Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""

This reverts commit 08b5cffe87.
This commit is contained in:
Matthew Bauer 2018-11-03 00:52:14 -05:00
parent 08b5cffe87
commit b3ab4d1f8e

View file

@ -150,7 +150,7 @@ let
# All packages built for i686 Linux.
# Used by wine, firefox with debugging version of Flash, ...
pkgsi686Linux = assert stdenv.hostPlatform.isLinux; nixpkgsFun {
pkgsi686Linux = assert stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86; nixpkgsFun {
inherit overlays config;
${if stdenv.hostPlatform == stdenv.buildPlatform
then "localSystem" else "crossSystem"} = {