Merge pull request #48084 from corngood/steam-glx-fix

steam: add libxcb to steamrt overrides
This commit is contained in:
Joachim F
2018-10-13 15:19:56 +00:00
committed by GitHub

View File

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