steam: fix lib32 dependencies

This commit is contained in:
K900 2023-05-22 09:46:02 +03:00
parent 4a18867947
commit aee4db0fda

View file

@ -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) ''