about summary refs log tree commit diff
path: root/pkgs/development/libraries/libnice/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libnice/default.nix')
-rw-r--r--pkgs/development/libraries/libnice/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libnice/default.nix b/pkgs/development/libraries/libnice/default.nix
index 58e59e7621fb1..1f3134b3cfb22 100644
--- a/pkgs/development/libraries/libnice/default.nix
+++ b/pkgs/development/libraries/libnice/default.nix
@@ -12,5 +12,13 @@ stdenv.mkDerivation {
 
   meta = {
     homepage = http://nice.freedesktop.org/wiki/;
+    description = "The GLib ICE implementation";
+    longDescription = ''
+      Libnice is an implementation of the IETF's Interactice Connectivity
+      Establishment (ICE) standard (RFC 5245) and the Session Traversal
+      Utilities for NAT (STUN) standard (RFC 5389).
+
+      It provides a GLib-based library, libnice and a Glib-free library,
+      libstun as well as GStreamer elements.'';
   };
 }