summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorBenjamin Staffin <benley@gmail.com>2016-05-28 14:39:45 -0400
committerBenjamin Staffin <benley@gmail.com>2016-05-28 14:39:45 -0400
commit7a023d50b9ff9a3164da78bff9b6d62e7dd34c27 (patch)
treee198e7013c1a0a30f0d67b74dd7149b27e71367f /pkgs/development/compilers
parentbb0d8b55195a0c671c65a60dfacb19c9f8ba54b2 (diff)
jsonnet: add platforms attribute
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/jsonnet/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/jsonnet/default.nix b/pkgs/development/compilers/jsonnet/default.nix
index 3489d03c5cc7..da91bd3a5470 100644
--- a/pkgs/development/compilers/jsonnet/default.nix
+++ b/pkgs/development/compilers/jsonnet/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation {
maintainers = [ lib.maintainers.benley ];
license = lib.licenses.asl20;
homepage = https://github.com/google/jsonnet;
+ platforms = lib.platforms.unix;
};
}