libnice: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-18 21:15:37 +02:00
parent 4e6d420d91
commit e7411d6eb5
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

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