perlPackages.InlineJava: use jdk8

This commit is contained in:
Gabriel Ebner 2020-09-19 14:53:26 +02:00
parent 390a3bdd03
commit d6f90eddb2

View File

@ -10230,7 +10230,8 @@ let
propagatedBuildInputs = [ Inline ]; 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. # FIXME: Apparently tests want to access the network.
doCheck = false; doCheck = false;