From 464f327aa6b504526ef5526f1968491c4d44de90 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 11 Jan 2016 23:15:17 +0100 Subject: Move some excess description to longDescription --- pkgs/development/libraries/jemalloc/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/jemalloc') 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 ]; -- cgit 1.4.1