diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 784ae6576354..7282764f6228 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;