rhino: remove dependency on GCJ (#29759)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
let
|
||||
version = "1.7R2";
|
||||
options = "-Dbuild.compiler=gcj"; # FIXME: We assume GCJ here.
|
||||
|
||||
xbeans = fetchurl {
|
||||
url = "http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.2.0.zip";
|
||||
@@ -33,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ unzip ant javac jvm ];
|
||||
|
||||
buildPhase = "ant ${options} jar";
|
||||
buildPhase = "ant jar";
|
||||
doCheck = false;
|
||||
|
||||
# FIXME: Install javadoc as well.
|
||||
|
||||
Reference in New Issue
Block a user