mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
lutris: declare need for multiArch explicitly
This commit is contained in:
parent
173962eef9
commit
ff777e9f39
@ -18,6 +18,9 @@ in buildFHSEnv {
|
||||
|
||||
runScript = "lutris";
|
||||
|
||||
# Many native and WINE games need 32bit
|
||||
multiArch = true;
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
lutris-unwrapped
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user