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

This reverts commit 78ca6d885f.

Broke eval on aarch64
This commit is contained in:
Matthew Bauer 2018-11-03 00:47:39 -05:00
parent 5ea21ad32a
commit 08b5cffe87

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 && stdenv.hostPlatform.isx86; nixpkgsFun {
pkgsi686Linux = assert stdenv.hostPlatform.isLinux; nixpkgsFun {
inherit overlays config;
${if stdenv.hostPlatform == stdenv.buildPlatform
then "localSystem" else "crossSystem"} = {