diff --git a/pkgs/games/prismlauncher/wrapper.nix b/pkgs/games/prismlauncher/wrapper.nix index dafe7276af88..32c00c63bda5 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 ? [ ] }: