summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-05-22 09:46:02 +0300
committerK900 <me@0upti.me>2023-05-22 09:46:02 +0300
commitaee4db0fdab8e46d8bb5a914277bd6fbca77cc55 (patch)
treed607f988642d7074f5362c61f5aba56a27f105b3 /pkgs
parent4a1886794755e0cd3826d67ea93c714ffe6028c2 (diff)
steam: fix lib32 dependencies
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/steam/fhsenv.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 7fe40b68ecee7..deca89e5010df 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -207,7 +207,9 @@ in buildFHSEnv rec {
     libpsl
     nghttp2.lib
     rtmpdump
-  ] ++ steam-runtime-wrapped.overridePkgs
+  ]
+  # This needs to come from pkgs as the passed-in steam-runtime-wrapped may not be the same architecture
+  ++ pkgs.steamPackages.steam-runtime-wrapped.overridePkgs
   ++ extraLibraries pkgs;
 
   extraInstallCommands = lib.optionalString (steam != null) ''