summary refs log tree commit diff
path: root/pkgs/games/gcs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gcs/default.nix')
-rw-r--r--pkgs/games/gcs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/gcs/default.nix b/pkgs/games/gcs/default.nix
index a471b425f0c..9d8d74921e5 100644
--- a/pkgs/games/gcs/default.nix
+++ b/pkgs/games/gcs/default.nix
@@ -42,7 +42,8 @@ in stdenv.mkDerivation rec {
     cp -r ${library} gcs_library
   '';
 
-  buildInputs = [ jdk8 jre8 ant makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
+  buildInputs = [ jdk8 jre8 ant ];
   buildPhase = ''
     cd apple_stubs
     ant