about summary refs log tree commit diff
path: root/pkgs/games/prismlauncher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2024-04-03 18:15:12 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2024-04-03 18:17:20 +0200
commit7cada6287875f119f70b1305fd44ff963c2b11b3 (patch)
tree1d14a0b2f48476921b3d6d93a57eae4c8f5c2d49 /pkgs/games/prismlauncher
parent67e2bc037137e4fdcf6b3132a4f54c165726500b (diff)
prismlauncher: add jdk21 to wrapper
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'pkgs/games/prismlauncher')
-rw-r--r--pkgs/games/prismlauncher/wrapper.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/prismlauncher/wrapper.nix b/pkgs/games/prismlauncher/wrapper.nix
index dafe7276af881..32c00c63bda57 100644
--- a/pkgs/games/prismlauncher/wrapper.nix
+++ b/pkgs/games/prismlauncher/wrapper.nix
@@ -18,6 +18,7 @@
 , openal
 , jdk8
 , jdk17
+, jdk21
 , gamemode
 , flite
 , mesa-demos
@@ -39,7 +40,7 @@
   # itself can take slightly longer to start
 , withWaylandGLFW ? false
 
-, jdks ? [ jdk17 jdk8 ]
+, jdks ? [ jdk21 jdk17 jdk8 ]
 , additionalLibs ? [ ]
 , additionalPrograms ? [ ]
 }: