3
0
Fork 0
forked from mirrors/nixpkgs

classpath: fix build

(cherry picked from commit 3c9828fd77)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2014-12-11 09:43:53 +01:00
parent 322607e6ce
commit 20fdf0fab1

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, javac, jvm, antlr, pkgconfig, gtk, gconf }:
{ fetchurl, stdenv, javac, jvm, antlr, pkgconfig, gtk, gconf, ecj }:
stdenv.mkDerivation rec {
name = "classpath-0.99";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
patches = [ ./missing-casts.patch ];
buildInputs = [ javac jvm antlr pkgconfig gtk gconf ];
buildInputs = [ javac jvm antlr pkgconfig gtk gconf ecj ];
configurePhase = ''
# GCJ tries to compile all of Classpath during the `configure' run when