telepathy-farstream: add meta data
This commit is contained in:
parent
0a2ebb03f4
commit
500ea2661f
@ -12,7 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ dbus-glib telepathy-glib farstream ];
|
propagatedBuildInputs = [ dbus-glib telepathy-glib farstream ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user