Merge pull request #233360 from K900/fix-steam

steam: fix lib32 dependencies

K900 5352e899 f95c0763

Changed files
+3 -1
pkgs
games
steam
+3 -1
pkgs/games/steam/fhsenv.nix
···
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) ''