1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];