libnice: add darwin support
This commit is contained in:
parent
5e876613a3
commit
7baf23ef37
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
|
||||||
It provides a GLib-based library, libnice and a Glib-free library,
|
It provides a GLib-based library, libnice and a Glib-free library,
|
||||||
libstun as well as GStreamer elements.'';
|
libstun as well as GStreamer elements.'';
|
||||||
homepage = "https://libnice.freedesktop.org/";
|
homepage = "https://libnice.freedesktop.org/";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = with licenses; [ lgpl21 mpl11 ];
|
license = with licenses; [ lgpl21 mpl11 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue