Differentiate between longDescription' and description'.
svn path=/nixpkgs/trunk/; revision=11230
This commit is contained in:
@@ -24,9 +24,13 @@ stdenv.mkDerivation rec {
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = {
|
||||
description = ''GNU Guile is an interpreter for the Scheme
|
||||
programming language, packaged as a library that
|
||||
can be embedded into programs to make them extensible.'';
|
||||
description = "GNU Guile, an embeddable Scheme interpreter";
|
||||
longDescription = ''
|
||||
GNU Guile is an interpreter for the Scheme programming language,
|
||||
packaged as a library that can be embedded into programs to make
|
||||
them extensible. It supports many SRFIs.
|
||||
'';
|
||||
|
||||
homepage = http://www.gnu.org/software/guile/;
|
||||
license = "LGPL";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user