summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2018-10-08 20:02:24 -0300
committerDavid McFarland <corngood@gmail.com>2018-10-08 20:04:36 -0300
commitc7fa58f6b391625171c1aec7d636d89d7e280360 (patch)
tree228f6ad6420ebd3fa3d4501a4dada0da51c883df /pkgs/games/steam
parent938a0ddf4a05137907ac019a793c26a29b13a1b9 (diff)
downloadnixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.tar
nixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.tar.gz
nixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.tar.bz2
nixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.tar.lz
nixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.tar.xz
nixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.tar.zst
nixpkgs-c7fa58f6b391625171c1aec7d636d89d7e280360.zip
steam: add libxcb to steamrt overrides
This fixes 'glXChooseVisual failed' when starting steam on mesa after
the libxcb 1.12 -> 1.13 upgrade.
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/runtime-wrapped.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/runtime-wrapped.nix b/pkgs/games/steam/runtime-wrapped.nix
index a0ed5aaf210..1cde38058e7 100644
--- a/pkgs/games/steam/runtime-wrapped.nix
+++ b/pkgs/games/steam/runtime-wrapped.nix
@@ -14,6 +14,7 @@ let
     gcc.cc
     nss
     nspr
+    xorg.libxcb
   ]);
 
   allPkgs = overridePkgs ++ [ steam-runtime ];