We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e1f8 commit 14d9789Copy full SHA for 14d9789
pkgs/by-name/sl/slimevr-server/package.nix
@@ -4,13 +4,14 @@
4
runCommand,
5
replaceVars,
6
slimevr,
7
- jdk17_headless,
+ jdk17,
8
gradle,
9
hidapi,
10
makeWrapper,
11
}:
12
let
13
- java = jdk17_headless;
+ # JDK can't be headless while SlimeVR uses JavaOSC 0.8.
14
+ java = jdk17;
15
# Without this the hidapi bundled with `org.hid4java:hid4java` will be used.
16
# The bundled version won't be able to find `libudev.so.1`.
17
javaOptions =
0 commit comments