Skip to content

Commit

Permalink
mindustry: fix build by downgrading jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 19, 2024
1 parent 8dde38e commit 88319ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/games/mindustry/default.nix
Expand Up @@ -4,7 +4,7 @@
, copyDesktopItems
, fetchFromGitHub
, gradle
, jdk
, jdk20
, perl

# for arc
Expand Down Expand Up @@ -40,6 +40,7 @@ let
version = "146";
buildVersion = makeBuildVersion version;

jdk = jdk20;
gradleWithJdk = gradle.override { java = jdk; };

selectedGlew = if enableWayland then glew-egl else glew;
Expand Down

0 comments on commit 88319ec

Please sign in to comment.