Skip to content

Commit

Permalink
fix(nix): make java paths work again
Browse files Browse the repository at this point in the history
Signed-off-by: i-can-not-program <alge-@tuta.io>
  • Loading branch information
i-can-not-program committed Sep 8, 2024
1 parent b00305e commit 0c6eabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkg/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ in
]
++ additionalPrograms;
in
["--prefix fjordLAUNCHER_JAVA_PATHS : ${lib.makeSearchPath "bin/java" jdks}"]
["--prefix FJORDLAUNCHER_JAVA_PATHS : ${lib.makeSearchPath "bin/java" jdks}"]
++ lib.optionals stdenv.isLinux [
"--set LD_LIBRARY_PATH ${addOpenGLRunpath.driverLink}/lib:${lib.makeLibraryPath runtimeLibs}"
"--prefix PATH : ${lib.makeBinPath runtimePrograms}"
Expand Down

0 comments on commit 0c6eabf

Please sign in to comment.