nss: add license
This commit is contained in:
parent
6aba5e26b3
commit
73eede0543
@ -108,9 +108,10 @@ in stdenv.mkDerivation rec {
|
|||||||
rm -f "$out"/lib/*.a
|
rm -f "$out"/lib/*.a
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://developer.mozilla.org/en-US/docs/NSS;
|
homepage = https://developer.mozilla.org/en-US/docs/NSS;
|
||||||
description = "A set of libraries for development of security-enabled client and server applications";
|
description = "A set of libraries for development of security-enabled client and server applications";
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.mpl20;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user