summary refs log tree commit diff
path: root/pkgs/development/libraries/telepathy
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-27 15:45:24 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-28 00:26:11 +0200
commit500ea2661feafc4b20843d14e37df223bb26b820 (patch)
tree77528eacd82f985d8418521b0b53af9e97209359 /pkgs/development/libraries/telepathy
parent0a2ebb03f4766e051a16c43d435bdbe938a685ac (diff)
downloadnixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.tar
nixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.tar.gz
nixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.tar.bz2
nixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.tar.lz
nixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.tar.xz
nixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.tar.zst
nixpkgs-500ea2661feafc4b20843d14e37df223bb26b820.zip
telepathy-farstream: add meta data
Diffstat (limited to 'pkgs/development/libraries/telepathy')
-rw-r--r--pkgs/development/libraries/telepathy/farstream/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/libraries/telepathy/farstream/default.nix b/pkgs/development/libraries/telepathy/farstream/default.nix
index fae51aea477..1247d9ffa84 100644
--- a/pkgs/development/libraries/telepathy/farstream/default.nix
+++ b/pkgs/development/libraries/telepathy/farstream/default.nix
@@ -12,7 +12,10 @@ stdenv.mkDerivation rec {
   propagatedBuildInputs = [ dbus-glib telepathy-glib farstream ];
   nativeBuildInputs = [ pkgconfig ];
 
-  meta = {
-    platforms = stdenv.lib.platforms.linux;
+  meta = with stdenv.lib; {
+    description = "GObject-based C library that uses Telepathy GLib, Farstream and GStreamer to handle the media streaming part of channels of type Call";
+    homepage = https://telepathy.freedesktop.org/wiki/Components/Telepathy-Farstream/;
+    platforms = platforms.linux;
+    license = licenses.lgpl21;
   };
 }