mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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"
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://nice.freedesktop.org/wiki/;
|
||||
description = "The GLib ICE implementation";
|
||||
longDescription = ''
|
||||
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
It provides a GLib-based library, libnice and a Glib-free library,
|
||||
libstun as well as GStreamer elements.'';
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ lgpl21 mpl11 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user