nspr: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 21:44:57 +02:00
parent e999d40cef
commit 395931cefe
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -35,9 +35,10 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = {
meta = with stdenv.lib; {
homepage = http://www.mozilla.org/projects/nspr/;
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;
};
}