mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
prismlauncher: add jdk21 to wrapper
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
67e2bc0371
commit
7cada62878
@ -18,6 +18,7 @@
|
|||||||
, openal
|
, openal
|
||||||
, jdk8
|
, jdk8
|
||||||
, jdk17
|
, jdk17
|
||||||
|
, jdk21
|
||||||
, gamemode
|
, gamemode
|
||||||
, flite
|
, flite
|
||||||
, mesa-demos
|
, mesa-demos
|
||||||
@ -39,7 +40,7 @@
|
|||||||
# itself can take slightly longer to start
|
# itself can take slightly longer to start
|
||||||
, withWaylandGLFW ? false
|
, withWaylandGLFW ? false
|
||||||
|
|
||||||
, jdks ? [ jdk17 jdk8 ]
|
, jdks ? [ jdk21 jdk17 jdk8 ]
|
||||||
, additionalLibs ? [ ]
|
, additionalLibs ? [ ]
|
||||||
, additionalPrograms ? [ ]
|
, additionalPrograms ? [ ]
|
||||||
}:
|
}:
|
||||||
|
Loading…
Reference in New Issue
Block a user