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:
Nikolay Amiantov 2017-03-19 21:19:45 +03:00
parent de0849d180
commit 9748828e78

View file

@ -88,6 +88,7 @@ let
openalSoft
libva
openssl-steam
vulkan-loader
] ++ lib.optional newStdcpp gcc.cc;
ourRuntime = if runtimeOnly then []