mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix(nix): add jdk25 to wrapper (#5637)
This commit is contained in:
commit
77f5f92634
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue