summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-03 00:47:39 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-03 00:47:39 -0500
commit08b5cffe878bcc7ea230043332db53a0ef8d2758 (patch)
treebf69ac756a07b956cf5222b66d8758e5eaa7af8c /pkgs/top-level/stage.nix
parent5ea21ad32add0d94ea9bef5e56caec97febf8937 (diff)
downloadnixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.tar
nixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.tar.gz
nixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.tar.bz2
nixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.tar.lz
nixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.tar.xz
nixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.tar.zst
nixpkgs-08b5cffe878bcc7ea230043332db53a0ef8d2758.zip
Revert "stage.nix: pkgsi686Linux only works on x86 family"
This reverts commit 78ca6d885ffbeba8b2cfe1fe68c3980e74fd4e5d.

Broke eval on aarch64
Diffstat (limited to 'pkgs/top-level/stage.nix')
-rw-r--r--pkgs/top-level/stage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/stage.nix b/pkgs/top-level/stage.nix
index f838d707b0c..37724a870a3 100644
--- a/pkgs/top-level/stage.nix
+++ b/pkgs/top-level/stage.nix
@@ -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"} = {