Differentiate between longDescription' and description'.

svn path=/nixpkgs/trunk/; revision=11230
This commit is contained in:
Ludovic Courtès
2008-03-20 14:35:03 +00:00
parent 91dd7e2b86
commit 95f0e6a1a7
5 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [gperf guile gmp zlib liboop gnum4 pam];
meta = {
description = "GNU lsh, a GPL'd implementation of the SSH protocol.";
description = "GNU lsh, a GPL'd implementation of the SSH protocol";
homepage = http://www.lysator.liu.se/~nisse/lsh/;
license = "GPL";
};