Revert "stage.nix: pkgsi686Linux only works on x86 family"
This reverts commit 78ca6d885ffbeba8b2cfe1fe68c3980e74fd4e5d. Broke eval on aarch64
This commit is contained in:
parent
5ea21ad32a
commit
08b5cffe87
@ -150,7 +150,7 @@ let
|
|||||||
|
|
||||||
# All packages built for i686 Linux.
|
# All packages built for i686 Linux.
|
||||||
# Used by wine, firefox with debugging version of Flash, ...
|
# 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;
|
inherit overlays config;
|
||||||
${if stdenv.hostPlatform == stdenv.buildPlatform
|
${if stdenv.hostPlatform == stdenv.buildPlatform
|
||||||
then "localSystem" else "crossSystem"} = {
|
then "localSystem" else "crossSystem"} = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user