Skip to content

Commit

Permalink
Merge pull request #297291 from SuperSandro2000/java-misc
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 21, 2024
2 parents 26e8697 + 16004d8 commit 70d3286
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
, jdk17
, perl

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

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

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

0 comments on commit 70d3286

Please sign in to comment.