diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-09-11 12:38:13 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-09-12 04:44:04 +0000 |
| commit | d94c24dbe4d5a3cc2e4e4a86d856e7c151d6b936 (patch) | |
| tree | 9ccdcc5b995f6f5772ab59593907618260384430 | |
| parent | Merge pull request #137414 from Artturin/backport-129273-to-release-21.05 (diff) | |
| download | nixpkgs-origin/backport-137307-to-release-21.05.tar.gz | |
steam: fix steamwebhelperorigin/backport-137307-to-release-21.05
Fixes https://github.com/NixOS/nixpkgs/issues/137279 and https://github.com/ValveSoftware/steam-runtime/issues/462.
(cherry picked from commit 64c6851fd3acb13440bbffccf1fe386702725291)
| -rw-r--r-- | pkgs/games/steam/fhsenv.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix index f09330ccdde3..ff3c574f068f 100644 --- a/pkgs/games/steam/fhsenv.nix +++ b/pkgs/games/steam/fhsenv.nix @@ -100,6 +100,11 @@ in buildFHSUserEnv rec { libva pipewire.lib + # steamwebhelper + harfbuzz + libthai + pango + # Not formally in runtime but needed by some games at-spi2-atk at-spi2-core # CrossCode @@ -114,7 +119,7 @@ in buildFHSUserEnv rec { xorg.libpciaccess udev # shadow of the tomb raider - ## screeps dependencies + # screeps dependencies gtk3 dbus zlib @@ -123,7 +128,6 @@ in buildFHSUserEnv rec { cairo freetype gdk-pixbuf - pango fontconfig # friends options won't display "Launch Game" without it @@ -188,7 +192,6 @@ in buildFHSUserEnv rec { nss fontconfig cairo - pango expat dbus cups |
