steam: add libxcb to steamrt overrides

This fixes 'glXChooseVisual failed' when starting steam on mesa after
the libxcb 1.12 -> 1.13 upgrade.
This commit is contained in:
David McFarland 2018-10-08 20:02:24 -03:00
parent 938a0ddf4a
commit c7fa58f6b3

View file

@ -14,6 +14,7 @@ let
gcc.cc
nss
nspr
xorg.libxcb
]);
allPkgs = overridePkgs ++ [ steam-runtime ];