1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nspr: Add platforms

This commit is contained in:
William A. Kennington III 2015-09-18 13:41:38 -07:00
parent 5293bc1302
commit ac1bf75056

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation {
meta = {
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;
};
}