summary refs log tree commit diff
path: root/pkgs/development/libraries/nspr
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-18 13:41:38 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-18 14:52:52 -0700
commitac1bf750566cc82fc338f475323c305d990596a1 (patch)
tree5e95aae573f305287625b036f2b5369db1a32906 /pkgs/development/libraries/nspr
parent5293bc13020b57f23dc9746ea00e67419407cbae (diff)
downloadnixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.tar
nixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.tar.gz
nixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.tar.bz2
nixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.tar.lz
nixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.tar.xz
nixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.tar.zst
nixpkgs-ac1bf750566cc82fc338f475323c305d990596a1.zip
nspr: Add platforms
Diffstat (limited to 'pkgs/development/libraries/nspr')
-rw-r--r--pkgs/development/libraries/nspr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/nspr/default.nix b/pkgs/development/libraries/nspr/default.nix
index 03558817fce..55cb75d6b7d 100644
--- a/pkgs/development/libraries/nspr/default.nix
+++ b/pkgs/development/libraries/nspr/default.nix
@@ -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;
   };
 }