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

View File

@@ -29,10 +29,13 @@ stdenv.mkDerivation rec {
'';
meta = {
description = ''portmap is a part of the ONC RPC software collection
implementing remote procedure calls (RPCs) between
computer programs. It is widely used by NFS and NIS,
among others.'';
description = "ONC RPC portmapper";
longDescription = ''
Portmap is part of the ONC RPC software collection implementing
remote procedure calls (RPCs) between computer programs. It is
widely used by NFS and NIS, among others.
'';
homepage = http://neil.brown.name/portmap/;
license = "BSD";
};