Skip to content

Commit

Permalink
Merge pull request #30 from i-can-not-program/develop
Browse files Browse the repository at this point in the history
fix(nix): make java paths work again
  • Loading branch information
evan-goode authored Sep 8, 2024
2 parents b00305e + 0c6eabf commit 99cc76c
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 99cc76c

Please sign in to comment.