tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
classpath: fix build
Domen Kožar
11 years ago
3c9828fd
cb3f9bf1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
java
classpath
default.nix
+2
-2
pkgs/development/libraries/java/classpath/default.nix
···
1
1
-
{ fetchurl, stdenv, javac, jvm, antlr, pkgconfig, gtk, gconf }:
1
1
+
{ fetchurl, stdenv, javac, jvm, antlr, pkgconfig, gtk, gconf, ecj }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "classpath-0.99";
···
10
10
11
11
patches = [ ./missing-casts.patch ];
12
12
13
13
-
buildInputs = [ javac jvm antlr pkgconfig gtk gconf ];
13
13
+
buildInputs = [ javac jvm antlr pkgconfig gtk gconf ecj ];
14
14
15
15
configurePhase = ''
16
16
# GCJ tries to compile all of Classpath during the `configure' run when