nss: add license

This commit is contained in:
Markus Kowalewski 2018-08-17 23:55:36 +02:00
parent 6aba5e26b3
commit 73eede0543
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -108,9 +108,10 @@ in stdenv.mkDerivation rec {
rm -f "$out"/lib/*.a
'';
meta = {
meta = with stdenv.lib; {
homepage = https://developer.mozilla.org/en-US/docs/NSS;
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;
};
}