Use Blackdown for Swig with Java and the Java Subversion bindings'

svn path=/nixpkgs/trunk/; revision=1381
This commit is contained in:
Martin Bravenboer 2004-09-08 14:39:30 +00:00
parent 80f1579d53
commit b0bb4c3ef2

View file

@ -194,7 +194,8 @@ rec {
};
swigWithJava = (import ../development/tools/misc/swig) {
inherit fetchurl stdenv j2sdk;
inherit fetchurl stdenv;
j2sdk = blackdown;
perlSupport = false;
pythonSupport = false;
javaSupport = true;