From 9748828e78c2b22d782321532b81de0f259d1860 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sun, 19 Mar 2017 21:19:45 +0300 Subject: [PATCH] steamPackages.steam-runtime-wrapped: override vulkan-loader This way we get /run/opengl-driver as a search path. Fixes #24056. --- pkgs/games/steam/runtime-wrapped.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/steam/runtime-wrapped.nix b/pkgs/games/steam/runtime-wrapped.nix index 1988463d61a6..74548fcfb8cd 100644 --- a/pkgs/games/steam/runtime-wrapped.nix +++ b/pkgs/games/steam/runtime-wrapped.nix @@ -88,6 +88,7 @@ let openalSoft libva openssl-steam + vulkan-loader ] ++ lib.optional newStdcpp gcc.cc; ourRuntime = if runtimeOnly then []