From 5a13b856c49ca5fd9b4efc112d772fd657e7e198 Mon Sep 17 00:00:00 2001 From: Andreas Baldeau Date: Sat, 9 Nov 2019 11:53:07 +0100 Subject: [PATCH] steam: Add libva to chrootenv After the newest update Steam itself complained about missing files and would not start: * libva.so.2 * libva-x11.so.2 --- pkgs/games/steam/chrootenv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix index b2bca7ca7b9..0de961e6d49 100644 --- a/pkgs/games/steam/chrootenv.nix +++ b/pkgs/games/steam/chrootenv.nix @@ -75,6 +75,7 @@ in buildFHSUserEnv rec { xorg.libX11 xorg.libXfixes libGL + libva # Not formally in runtime but needed by some games at-spi2-atk