pkgs: set jre_headless to jdk11_headless

this is a workaround to be able to use java 11 with the
minecraft-server module
minecraft calls for jre_headless, which is still java 8
newer java version don't ship jre, which now have to be custom built or
the jdk used
5-hacc-space-expired
schweby 2021-04-03 20:22:13 +02:00
parent 5b37fde996
commit d48c7cdcac
No known key found for this signature in database
GPG Key ID: B880491D046E2F87
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ let
});
mattermost = callPackage ./mattermost {};
jre_headless = pkgs.jdk11_headless;
inherit (unstable) bottom;
};