nspr: add license
This commit is contained in:
parent
e999d40cef
commit
395931cefe
@ -35,9 +35,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.mozilla.org/projects/nspr/;
|
homepage = http://www.mozilla.org/projects/nspr/;
|
||||||
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";
|
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.mpl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user