telepathy-farstream: add meta data

This commit is contained in:
Markus Kowalewski 2018-10-27 15:45:24 +02:00
parent 0a2ebb03f4
commit 500ea2661f
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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;
};
}