Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
jre: use adoptopenjdk-jre-bin on aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 22, 2018
1 parent c485a49 commit 2088ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -7158,7 +7158,7 @@ in
((openjdk11.override { minimal = true; }) // {}));

jdk = jdk8;
jre = jre8;
jre = if stdenv.isAarch32 || stdenv.isAarch64 then adoptopenjdk-jre-bin else jre8;
jre_headless = jre8_headless;

inherit (callPackages ../development/compilers/graalvm { }) mx jvmci8 graalvm8;
Expand Down

0 comments on commit 2088ae1

Please sign in to comment.