summary refs log tree commit diff
path: root/pkgs/development/libraries/java/classpath/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/java/classpath/default.nix')
-rw-r--r--pkgs/development/libraries/java/classpath/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/java/classpath/default.nix b/pkgs/development/libraries/java/classpath/default.nix
index 9fb2a2a2e3a1..82e02d06906b 100644
--- a/pkgs/development/libraries/java/classpath/default.nix
+++ b/pkgs/development/libraries/java/classpath/default.nix
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
 
   patches = [ ./missing-casts.patch ];
 
-  buildInputs = [ javac jvm antlr pkgconfig gtk2 gconf ecj ];
+  nativeBuildInputs = [ pkgconfig ];
+  buildInputs = [ javac jvm antlr gtk2 gconf ecj ];
 
   configurePhase = ''
     # GCJ tries to compile all of Classpath during the `configure' run when