Skip to content

Commit

Permalink
Merge pull request #42 from ryze312/nix
Browse files Browse the repository at this point in the history
Nix: Update lock file and switch to addDriverRunpath
  • Loading branch information
evan-goode authored Nov 30, 2024
2 parents 7516b3c + 70e662c commit 7b5a2ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stdenv,
symlinkJoin,
fjordlauncher-unwrapped,
addOpenGLRunpath,
addDriverRunpath,
flite,
gamemode,
glfw,
Expand Down Expand Up @@ -128,7 +128,7 @@ symlinkJoin {
"--prefix FJORDLAUNCHER_JAVA_PATHS : ${lib.makeSearchPath "bin/java" jdks}"
]
++ lib.optionals stdenv.isLinux [
"--set LD_LIBRARY_PATH ${addOpenGLRunpath.driverLink}/lib:${lib.makeLibraryPath runtimeLibs}"
"--set LD_LIBRARY_PATH ${addDriverRunpath.driverLink}/lib:${lib.makeLibraryPath runtimeLibs}"
"--prefix PATH : ${lib.makeBinPath runtimePrograms}"
];

Expand Down

0 comments on commit 7b5a2ba

Please sign in to comment.