Unverified Commit 5352e899 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #233360 from K900/fix-steam

steam: fix lib32 dependencies
parents f95c0763 aee4db0f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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) ''