mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:27:37 +00:00
heroic: declare need for multiArch explicitly
Co-authored-by: Aidan Gauland <aidalgol@users.noreply.github.com>
This commit is contained in:
parent
ff777e9f39
commit
c4025e244b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user