From ab14de7316945c56b8859d487d3aae8240eda59f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 22 Apr 2008 07:57:31 +0000 Subject: [PATCH] * Put back the longDescription. svn path=/nixpkgs/trunk/; revision=11673 --- pkgs/development/libraries/libcdio/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libcdio/default.nix b/pkgs/development/libraries/libcdio/default.nix index 63103c0a9ae..7251bf3c3ce 100644 --- a/pkgs/development/libraries/libcdio/default.nix +++ b/pkgs/development/libraries/libcdio/default.nix @@ -12,7 +12,13 @@ stdenv.mkDerivation rec { doCheck = true; meta = { - description = "GNU libcdio is a library for OS-idependent CD-ROM and CD image access"; + description = "A library for OS-idependent CD-ROM and CD image access"; + longDescription = '' + GNU libcdio is a library for OS-idependent CD-ROM and + CD image access. It includes a library for working with + ISO-9660 filesystems (libiso9660), as well as utility + programs such as an audio CD player and an extractor. + ''; license = "GPLv2+"; homepage = http://www.gnu.org/software/libcdio/; };