···8899, libffi, libiconv ? null, ncurses
10101111-, useLLVM ? !targetPlatform.isx86 || targetPlatform.isMusl
1111+, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
1212, # LLVM is conceptually a run-time-only depedendency, but for
1313 # non-x86, we need LLVM to bootstrap later stages, so it becomes a
1414 # build-time dependency too.
+1-1
pkgs/development/compilers/ghc/8.4.3.nix
···7788, libffi, libiconv ? null, ncurses
991010-, useLLVM ? !targetPlatform.isx86 || targetPlatform.isMusl
1010+, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
1111, # LLVM is conceptually a run-time-only depedendency, but for
1212 # non-x86, we need LLVM to bootstrap later stages, so it becomes a
1313 # build-time dependency too.
+1-1
pkgs/development/compilers/ghc/8.6.1.nix
···7788, libffi, libiconv ? null, ncurses
991010-, useLLVM ? !targetPlatform.isx86 || targetPlatform.isMusl
1010+, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
1111, # LLVM is conceptually a run-time-only depedendency, but for
1212 # non-x86, we need LLVM to bootstrap later stages, so it becomes a
1313 # build-time dependency too.
+1-1
pkgs/development/compilers/ghc/head.nix
···7788, libffi, libiconv ? null, ncurses
991010-, useLLVM ? !targetPlatform.isx86 || targetPlatform.isMusl
1010+, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
1111, # LLVM is conceptually a run-time-only depedendency, but for
1212 # non-x86, we need LLVM to bootstrap later stages, so it becomes a
1313 # build-time dependency too.