aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/jemalloc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-11 23:15:17 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-12 03:08:10 +0100
commit464f327aa6b504526ef5526f1968491c4d44de90 (patch)
treea337caa6096621c4bc8322c16fa08572e5582bee /pkgs/development/libraries/jemalloc
parent14c8a6f32debade73660eae7308271f714d021b2 (diff)
Move some excess description to longDescription
Diffstat (limited to 'pkgs/development/libraries/jemalloc')
-rw-r--r--pkgs/development/libraries/jemalloc/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/libraries/jemalloc/default.nix b/pkgs/development/libraries/jemalloc/default.nix
index 746ebd2bfcdb..4a4bc0392290 100644
--- a/pkgs/development/libraries/jemalloc/default.nix
+++ b/pkgs/development/libraries/jemalloc/default.nix
@@ -10,7 +10,11 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.canonware.com/jemalloc/index.html;
- description = "a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support";
+ description = "General purpose malloc(3) implementation";
+ longDescription = ''
+ malloc(3)-compatible memory allocator that emphasizes fragmentation
+ avoidance and scalable concurrency support.
+ '';
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];