prismlauncher: add jdk25 support (#489451)

This commit is contained in:
Seth Flynn
2026-02-11 23:14:47 +00:00
committed by GitHub
@@ -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