mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
steamPackages.steam-runtime-wrapped: override vulkan-loader
This way we get /run/opengl-driver as a search path. Fixes #24056.
This commit is contained in:
parent
de0849d180
commit
9748828e78
@ -88,6 +88,7 @@ let
|
||||
openalSoft
|
||||
libva
|
||||
openssl-steam
|
||||
vulkan-loader
|
||||
] ++ lib.optional newStdcpp gcc.cc;
|
||||
|
||||
ourRuntime = if runtimeOnly then []
|
||||
|
Loading…
Reference in New Issue
Block a user