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

@@ -19,10 +19,14 @@ stdenv.mkDerivation rec {
'';
meta = {
description = ''Avahi is a system which facilitates service discovery
on a local network. It is an implementation of the
mDNS (for "Multicast DNS") and DNS-SD (for "DNS-Based
Service Discovery") protocols.'';
description = "Avahi, an mDNS/DNS-SD implementation";
longDescription = ''
Avahi is a system which facilitates service discovery on a local
network. It is an implementation of the mDNS (for "Multicast
DNS") and DNS-SD (for "DNS-Based Service Discovery")
protocols.
'';
homepage = http://avahi.org;
license = "LGPLv2+";
};