summary refs log tree commit diff
path: root/pkgs/development/libraries/avahi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-03-20 14:35:03 +0000
committerLudovic Courtès <ludo@gnu.org>2008-03-20 14:35:03 +0000
commit95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca (patch)
treeb3d019d630131ccf985c7438775b9df1d9d6dfa4 /pkgs/development/libraries/avahi
parent91dd7e2b86afdd10782024eaa511a73de26417b1 (diff)
downloadnixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.tar
nixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.tar.gz
nixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.tar.bz2
nixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.tar.lz
nixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.tar.xz
nixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.tar.zst
nixpkgs-95f0e6a1a75dabb2131aae1db0a4ee30c802b2ca.zip
Differentiate between `longDescription' and `description'.
svn path=/nixpkgs/trunk/; revision=11230
Diffstat (limited to 'pkgs/development/libraries/avahi')
-rw-r--r--pkgs/development/libraries/avahi/common.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/development/libraries/avahi/common.nix b/pkgs/development/libraries/avahi/common.nix
index 6b9c726f100..a44c2863cc9 100644
--- a/pkgs/development/libraries/avahi/common.nix
+++ b/pkgs/development/libraries/avahi/common.nix
@@ -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+";
   };