File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 186
186
# for the target.
187
187
shell . buildInputs = with nixpkgs . pkgsBuildBuild ; [
188
188
gitAndTools . git
189
- fourmolu
190
189
hlint
191
190
] ++ lib . optionals ( config . compiler-nix-name == "ghc8107" ) [
192
191
# Weeder requires the GHC version to match HIE files
193
192
weeder
193
+ ] ++ lib . optionals ( system != "aarch64-darwin" ) [
194
+ # TODO: Fourmolu 0.10 is currently failing to build with aarch64-darwin
195
+ #
196
+ # Linking dist/build/fourmolu/fourmolu ...
197
+ # ld: line 269: 2352 Segmentation fault ...
198
+ # clang-11: error: linker command failed with exit code 139 (use -v to see invocation)
199
+ # `cc' failed in phase `Linker'. (Exit code: 139)
200
+ fourmolu
194
201
] ;
195
202
shell . withHoogle = true ;
196
203
shell . crossPlatforms = _ : [ ] ;
You can’t perform that action at this time.
0 commit comments