perlPackages.InlineJava: use jdk8
This commit is contained in:
parent
390a3bdd03
commit
d6f90eddb2
@ -10230,7 +10230,8 @@ let
|
||||
|
||||
propagatedBuildInputs = [ Inline ];
|
||||
|
||||
makeMakerFlags = "J2SDK=${pkgs.jdk}";
|
||||
# TODO: upgrade https://github.com/NixOS/nixpkgs/pull/89731
|
||||
makeMakerFlags = "J2SDK=${pkgs.jdk8}";
|
||||
|
||||
# FIXME: Apparently tests want to access the network.
|
||||
doCheck = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user