mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
Use Blackdown for Swig with Java and the Java Subversion bindings'
svn path=/nixpkgs/trunk/; revision=1381
This commit is contained in:
parent
80f1579d53
commit
b0bb4c3ef2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user