mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
steam: fix lib32 dependencies
This commit is contained in:
@@ -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) ''
|
||||
|
||||
Reference in New Issue
Block a user