Merge pull request #201414 from wegank/farstream-darwin

farstream: add darwin support
This commit is contained in:
Mario Rodas 2022-11-18 08:59:15 -05:00 committed by GitHub
commit 9ef49c7e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.freedesktop.org/wiki/Software/Farstream";
description = "Audio/Video Communications Framework formely known as farsight";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.lgpl21;
};
}

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
It provides a GLib-based library, libnice and a Glib-free library,
libstun as well as GStreamer elements.'';
homepage = "https://libnice.freedesktop.org/";
platforms = platforms.linux;
platforms = platforms.unix;
license = with licenses; [ lgpl21 mpl11 ];
};
}

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

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "Telepathy Qt bindings";
homepage = "https://telepathy.freedesktop.org/components/telepathy-qt/";
license = licenses.lgpl21;
platforms = platforms.linux;
platforms = platforms.unix;
};
}