steam: declare need for multiArch explicitly
This commit is contained in:
parent
f0c58f6e96
commit
173962eef9
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ let
|
|||
in buildFHSEnv rec {
|
||||
name = "steam";
|
||||
|
||||
# Steam still needs 32bit and various native games do too
|
||||
multiArch = true;
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
steam
|
||||
# License agreement
|
||||
|
|
Loading…
Reference in a new issue