Skip to content

Commit 7337850

Browse files
Merge pull request #1686 from LordMZTE/nix-fix
nix: Update to latest nixpkgs-unstable
2 parents f3e33b0 + 7bcfe5c commit 7337850

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv
22
, lib
33
, symlinkJoin
4-
, addOpenGLRunpath
4+
, addDriverRunpath
55
, polymc-unwrapped
66
, wrapQtAppsHook
77
, jdk8
@@ -78,7 +78,7 @@ symlinkJoin {
7878
in
7979
[
8080
"--prefix POLYMC_JAVA_PATHS : ${lib.makeSearchPath "bin/java" jdks}"
81-
"--set LD_LIBRARY_PATH ${addOpenGLRunpath.driverLink}/lib:${lib.makeLibraryPath runtimeLibs}"
81+
"--set LD_LIBRARY_PATH ${addDriverRunpath.driverLink}/lib:${lib.makeLibraryPath runtimeLibs}"
8282
"--prefix PATH : ${lib.makeBinPath runtimeBins}"
8383
];
8484

0 commit comments

Comments
 (0)