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
This commit is contained in:
parent
5b37fde996
commit
d48c7cdcac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
mattermost = callPackage ./mattermost {};
|
mattermost = callPackage ./mattermost {};
|
||||||
|
jre_headless = pkgs.jdk11_headless;
|
||||||
inherit (unstable) bottom;
|
inherit (unstable) bottom;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue