Skip to content

Commit aa78313

Browse files
authored
Update bootstrap.nix
1 parent 4051b3b commit aa78313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: overlays/bootstrap.nix

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ in {
202202
++ final.lib.optional (versionAtLeast "8.10" && versionLessThan "9.0" && final.targetPlatform.isAndroid) ./patches/ghc/libc-memory-symbols.patch
203203
++ final.lib.optional (versionAtLeast "8.10" && versionLessThan "9.0" && final.targetPlatform.isAndroid) ./patches/ghc/android-base-needs-iconv.patch
204204
++ final.lib.optional (versionAtLeast "8.10" && versionLessThan "9.0" && final.targetPlatform.isAndroid) ./patches/ghc/ghc-8.10.7-weak-symbols-2.patch
205+
++ final.lib.optional (versionAtLeast "8.10" && versionLessThan "9.0" && final.targetPlatform.isDarwin) ./patches/ghc/ghc-8.10.7-darwin-armv8.patch
205206
;
206207
in ({
207208
ghc844 = final.callPackage ../compiler/ghc {

0 commit comments

Comments
 (0)