24.11 release + quirks

This commit is contained in:
2024-11-30 22:13:15 -06:00
parent c74af2cd27
commit a5d0b44397
2 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
qt6Packages,
libGL,
flite,
addOpenGLRunpath,
addDriverRunpath,
vulkan-loader,
msaClientID ? null,
extra-cmake-modules,
@@ -55,7 +55,7 @@ let
stdenv.cc.cc.lib
];
gameLibraryPath = libpath + ":${addOpenGLRunpath.driverLink}/lib";
gameLibraryPath = libpath + ":${addDriverRunpath.driverLink}/lib";
in
stdenv.mkDerivation (