about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-07-01 12:02:07 +0200
committerAtemu <atemu.main@gmail.com>2023-07-07 21:32:59 +0200
commitc4025e244bce60abe70ecf0f9dd97423e884b10b (patch)
tree078a8977d370573727f8702f18ccec9c0f0923e0 /pkgs/games
parentff777e9f390f86e9ce6dd1d160a669c9b1b12d98 (diff)
heroic: declare need for multiArch explicitly
Co-authored-by: Aidan Gauland <aidalgol@users.noreply.github.com>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/heroic/fhsenv.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/heroic/fhsenv.nix b/pkgs/games/heroic/fhsenv.nix
index d47a567999c27..40a8ea37efae6 100644
--- a/pkgs/games/heroic/fhsenv.nix
+++ b/pkgs/games/heroic/fhsenv.nix
@@ -9,6 +9,9 @@ buildFHSEnv {
 
   runScript = "heroic";
 
+  # Many Wine and native games need 32-bit libraries.
+  multiArch = true;
+
   targetPkgs = pkgs: with pkgs; [
     heroic-unwrapped
     gamemode