prismlauncher: add jdk25 support

This commit is contained in:
Minegame YTB
2026-02-11 16:54:22 +01:00
parent 20322db962
commit fa1c3479a6
@@ -6,6 +6,7 @@
glfw3-minecraft,
jdk17,
jdk21,
jdk25,
jdk8,
kdePackages,
lib,
@@ -34,6 +35,7 @@
controllerSupport ? stdenv.hostPlatform.isLinux,
gamemodeSupport ? stdenv.hostPlatform.isLinux,
jdks ? [
jdk25
jdk21
jdk17
jdk8