We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6be5d commit fce554bCopy full SHA for fce554b
compiler/ghc/default.nix
@@ -68,7 +68,6 @@ let self =
68
# use gold as the linker on linux to improve link times
69
# do not use it on musl due to a ld.gold bug. See: <https://sourceware.org/bugzilla/show_bug.cgi?id=22266>.
70
(stdenv.targetPlatform.isLinux && !stdenv.targetPlatform.isAndroid && !stdenv.targetPlatform.isMusl)
71
- || stdenv.targetPlatform.isAarch32
72
73
, ghc-version ? src-spec.version
74
, ghc-version-date ? null
0 commit comments