summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorAndreas Baldeau <andreas@baldeau.net>2019-11-09 11:53:07 +0100
committerAndreas Baldeau <andreas@baldeau.net>2019-11-09 12:02:51 +0100
commit5a13b856c49ca5fd9b4efc112d772fd657e7e198 (patch)
tree5f376dedb482a777eb1bf5af699058b0f1d3cad4 /pkgs/games/steam
parentabe853b84c58ddbb7c5c07e80090d47480d56c11 (diff)
downloadnixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.tar
nixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.tar.gz
nixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.tar.bz2
nixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.tar.lz
nixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.tar.xz
nixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.tar.zst
nixpkgs-5a13b856c49ca5fd9b4efc112d772fd657e7e198.zip
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
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/chrootenv.nix1
1 files changed, 1 insertions, 0 deletions
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