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
commit 30008a1cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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