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
+9 -5
View File
@@ -22,11 +22,15 @@ stdenv.mkDerivation rec {
'';
meta = {
description = ''`nss-mdns' is a plugin for the GNU Name Service Switch
(NSS) functionality of the GNU C Library (glibc) providing
host name resolution via Multicast DNS (mDNS), effectively
allowing name resolution by common Unix/Linux programs in
the ad-hoc mDNS domain `.local'.'';
description = "The mDNS Name Service Switch (NSS) plug-in";
longDescription = ''
`nss-mdns' is a plugin for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc) providing host name
resolution via Multicast DNS (mDNS), effectively allowing name
resolution by common Unix/Linux programs in the ad-hoc mDNS
domain `.local'.
'';
homepage = http://0pointer.de/lennart/projects/nss-mdns/;
license = "LGPLv2+";
};