From 7a023d50b9ff9a3164da78bff9b6d62e7dd34c27 Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Sat, 28 May 2016 14:39:45 -0400 Subject: jsonnet: add platforms attribute --- pkgs/development/compilers/jsonnet/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/compilers') 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; }; } -- cgit 1.4.1