classpath: fix build
This commit is contained in:
parent
cb3f9bf160
commit
3c9828fd77
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, javac, jvm, antlr, pkgconfig, gtk, gconf }:
|
{ fetchurl, stdenv, javac, jvm, antlr, pkgconfig, gtk, gconf, ecj }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "classpath-0.99";
|
name = "classpath-0.99";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./missing-casts.patch ];
|
patches = [ ./missing-casts.patch ];
|
||||||
|
|
||||||
buildInputs = [ javac jvm antlr pkgconfig gtk gconf ];
|
buildInputs = [ javac jvm antlr pkgconfig gtk gconf ecj ];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
# GCJ tries to compile all of Classpath during the `configure' run when
|
# GCJ tries to compile all of Classpath during the `configure' run when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user