diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 784ae657635..7282764f622 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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;