Skip to content

Commit

Permalink
Revert "stage.nix: pkgsi686Linux only works on x86 family"
Browse files Browse the repository at this point in the history
This reverts commit 78ca6d8.

Broke eval on aarch64
  • Loading branch information
matthewbauer committed Nov 3, 2018
1 parent 5ea21ad commit 08b5cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/stage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"} = {
Expand Down

0 comments on commit 08b5cff

Please sign in to comment.