Skip to content

Commit

Permalink
ghc8102: bootstrap with ghc8102BinaryMinimal on aarch32
Browse files Browse the repository at this point in the history
ghc refuses to evaluate on armhf even tho ghc does provide binaries for the arch
  • Loading branch information
Fuseteam committed Nov 24, 2020
1 parent 5152fe0 commit 3ebd278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/haskell-packages.nix
Expand Up @@ -96,7 +96,7 @@ in {
};
ghc8102 = callPackage ../development/compilers/ghc/8.10.2.nix {
# aarch64 ghc865Binary gets SEGVs due to haskell#15449 or similar
bootPkgs = if stdenv.isAarch64 then
bootPkgs = if stdenv.isAarch64 || stdenv.isAarch32 then
packages.ghc8102BinaryMinimal
else
packages.ghc865Binary;
Expand Down

0 comments on commit 3ebd278

Please sign in to comment.