libnice: add darwin support

This commit is contained in:
Weijia Wang 2022-11-16 01:23:32 +01:00
parent 5e876613a3
commit 7baf23ef37

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