about summary refs log tree commit diff
path: root/pkgs/development/libraries/libcddb
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-08-29 11:31:16 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-08-29 11:31:16 +0000
commit6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20 (patch)
treec71c528dadc860994055ec1ac1df16c27c582002 /pkgs/development/libraries/libcddb
parent9be673de5e91ebd9c89dc3bd5a890961d6c73b7a (diff)
downloadnixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.tar
nixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.tar.gz
nixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.tar.bz2
nixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.tar.lz
nixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.tar.xz
nixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.tar.zst
nixlib-6c2cbbbe87eed5db6ffe0252bcef5ab766fbbb20.zip
* Updated Audacious and its dependencies.
svn path=/nixpkgs/trunk/; revision=12763
Diffstat (limited to 'pkgs/development/libraries/libcddb')
-rw-r--r--pkgs/development/libraries/libcddb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libcddb/default.nix b/pkgs/development/libraries/libcddb/default.nix
index c5176586aec3..4a0066fccd49 100644
--- a/pkgs/development/libraries/libcddb/default.nix
+++ b/pkgs/development/libraries/libcddb/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   name = "libcddb-1.3.0";
+  
   src = fetchurl {
     url = "mirror://sourceforge/libcddb/${name}.tar.bz2";
     sha256 = "1y8bfy12dwm41m1jahayn3v47dm34fmz7m9cjxyh7xcw6fp3lzaf";
   };
 
   meta = {
-    description = ''Libcddb is a C library to access data on a CDDB server
-                    (freedb.org).'';
+    description = "Libcddb is a C library to access data on a CDDB server (freedb.org)";
     license = "LGPLv2+";
     homepage = http://libcddb.sourceforge.net/;
   };