summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2018-10-13 15:19:56 +0000
committerGitHub <noreply@github.com>2018-10-13 15:19:56 +0000
commit30008a1cda4c2f52a554c173476513d599d2891c (patch)
treeaca9a79bcbfab8ec76425ce07c7095208fc240ca /pkgs/games
parent60593ff3304a0bcf43e36b71b9d1f1fa6951dff0 (diff)
parentc7fa58f6b391625171c1aec7d636d89d7e280360 (diff)
downloadnixlib-30008a1cda4c2f52a554c173476513d599d2891c.tar
nixlib-30008a1cda4c2f52a554c173476513d599d2891c.tar.gz
nixlib-30008a1cda4c2f52a554c173476513d599d2891c.tar.bz2
nixlib-30008a1cda4c2f52a554c173476513d599d2891c.tar.lz
nixlib-30008a1cda4c2f52a554c173476513d599d2891c.tar.xz
nixlib-30008a1cda4c2f52a554c173476513d599d2891c.tar.zst
nixlib-30008a1cda4c2f52a554c173476513d599d2891c.zip
Merge pull request #48084 from corngood/steam-glx-fix
steam: add libxcb to steamrt overrides
Diffstat (limited to 'pkgs/games')
-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 a0ed5aaf210c..1cde38058e7c 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 ];