nspr: Add platforms
This commit is contained in:
parent
5293bc1302
commit
ac1bf75056
@ -28,5 +28,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user