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 ];
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user