ghc8102: bootstrap with ghc8102BinaryMinimal on aarch32
ghc refuses to evaluate on armhf even tho ghc does provide binaries for the arch
This commit is contained in:
parent
5152fe0e62
commit
3ebd278b2e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ in {
|
||||||
};
|
};
|
||||||
ghc8102 = callPackage ../development/compilers/ghc/8.10.2.nix {
|
ghc8102 = callPackage ../development/compilers/ghc/8.10.2.nix {
|
||||||
# aarch64 ghc865Binary gets SEGVs due to haskell#15449 or similar
|
# aarch64 ghc865Binary gets SEGVs due to haskell#15449 or similar
|
||||||
bootPkgs = if stdenv.isAarch64 then
|
bootPkgs = if stdenv.isAarch64 || stdenv.isAarch32 then
|
||||||
packages.ghc8102BinaryMinimal
|
packages.ghc8102BinaryMinimal
|
||||||
else
|
else
|
||||||
packages.ghc865Binary;
|
packages.ghc865Binary;
|
||||||
|
|
Loading…
Reference in a new issue