fix(nix): add jdk21

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 0d372d2fbf)
This commit is contained in:
Sefa Eyeoglu 2024-04-03 21:04:26 +02:00 committed by github-actions[bot]
parent 99203cbd9b
commit 0a3b85dbc5

View File

@ -15,6 +15,7 @@
openal,
jdk8,
jdk17,
jdk21,
gamemode,
flite,
mesa-demos,
@ -24,7 +25,7 @@
gamemodeSupport ? stdenv.isLinux,
textToSpeechSupport ? stdenv.isLinux,
controllerSupport ? stdenv.isLinux,
jdks ? [jdk17 jdk8],
jdks ? [jdk21 jdk17 jdk8],
additionalLibs ? [],
additionalPrograms ? [],
}: let