mindustry-server: use jdk15 to build server
This commit is contained in:
parent
7824302dd0
commit
a77943c99a
@ -30294,6 +30294,7 @@ with pkgs;
|
||||
mindustry-wayland = callPackage ../games/mindustry { jdk = adoptopenjdk-hotspot-bin-15; glew = glew-egl; };
|
||||
|
||||
mindustry-server = callPackage ../games/mindustry {
|
||||
jdk = adoptopenjdk-hotspot-bin-15;
|
||||
enableClient = false;
|
||||
enableServer = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user