libnice: add licenses
This commit is contained in:
parent
4e6d420d91
commit
e7411d6eb5
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # fails with "fatal error: nice/agent.h: No such file or directory"
|
doCheck = false; # fails with "fatal error: nice/agent.h: No such file or directory"
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://nice.freedesktop.org/wiki/;
|
homepage = https://nice.freedesktop.org/wiki/;
|
||||||
description = "The GLib ICE implementation";
|
description = "The GLib ICE implementation";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -24,6 +24,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.'';
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = with licenses; [ lgpl21 mpl11 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user