mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix(nix): add jdk25 to wrapper
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
bf8d1ca1f8
commit
5c1d783293
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
glfw3-minecraft,
|
glfw3-minecraft,
|
||||||
jdk17,
|
jdk17,
|
||||||
jdk21,
|
jdk21,
|
||||||
|
jdk25,
|
||||||
jdk8,
|
jdk8,
|
||||||
kdePackages,
|
kdePackages,
|
||||||
lib,
|
lib,
|
||||||
|
|
@ -34,6 +35,7 @@
|
||||||
controllerSupport ? stdenv.hostPlatform.isLinux,
|
controllerSupport ? stdenv.hostPlatform.isLinux,
|
||||||
gamemodeSupport ? stdenv.hostPlatform.isLinux,
|
gamemodeSupport ? stdenv.hostPlatform.isLinux,
|
||||||
jdks ? [
|
jdks ? [
|
||||||
|
jdk25
|
||||||
jdk21
|
jdk21
|
||||||
jdk17
|
jdk17
|
||||||
jdk8
|
jdk8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue