From c7fa58f6b391625171c1aec7d636d89d7e280360 Mon Sep 17 00:00:00 2001 From: David McFarland Date: Mon, 8 Oct 2018 20:02:24 -0300 Subject: [PATCH] steam: add libxcb to steamrt overrides This fixes 'glXChooseVisual failed' when starting steam on mesa after the libxcb 1.12 -> 1.13 upgrade. --- 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 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 ];