telepathy-farstream: add darwin support

This commit is contained in:
Weijia Wang 2022-11-16 01:23:47 +01:00
parent 4ca7ad6790
commit db69a86b53

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with 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;
platforms = platforms.unix;
license = licenses.lgpl21Only;
};
}