lutris: declare need for multiArch explicitly
This commit is contained in:
parent
173962eef9
commit
ff777e9f39
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue