summary refs log tree commit diff
path: root/pkgs/games/steam/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2018-03-16 02:37:42 +0300
committerNikolay Amiantov <ab@fmap.me>2018-03-16 02:59:07 +0300
commit9c8137ca81fec5db81e0b9dc28055fa02548eeae (patch)
treedd0ca0bfd7db1105f788b5c4cf83f23f055390f1 /pkgs/games/steam/default.nix
parenta4a04528e4f5252c0d94dd1ed72405a2b2fca11b (diff)
downloadnixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.tar
nixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.tar.gz
nixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.tar.bz2
nixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.tar.lz
nixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.tar.xz
nixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.tar.zst
nixpkgs-9c8137ca81fec5db81e0b9dc28055fa02548eeae.zip
steam: improvements for native runtime
* Update dependencies using steam-native-runtime from Arch Linux as a
  reference.
* Remove native-only Steam Runtime, just use installed libraries
  instead.
* Mark native-only Steam as broken (due to segfault inside D-Bus). Seems it was
  already broken for a long time. Doesn't apply to steam-run.
* Some cleanups for chrootenv.
Diffstat (limited to 'pkgs/games/steam/default.nix')
-rw-r--r--pkgs/games/steam/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/default.nix b/pkgs/games/steam/default.nix
index 6a6485d4331..b7dbba55269 100644
--- a/pkgs/games/steam/default.nix
+++ b/pkgs/games/steam/default.nix
@@ -13,6 +13,7 @@ let
     steam = callPackage ./steam.nix { };
     steam-fonts = callPackage ./fonts.nix { };
     steam-chrootenv = callPackage ./chrootenv.nix {
+      glxinfo-i686 = pkgs.pkgsi686Linux.glxinfo;
       steam-runtime-wrapped-i686 =
         if steamArch == "amd64"
         then pkgs.pkgsi686Linux.steamPackages.steam-runtime-wrapped