Skip to content

Commit 7e39ee3

Browse files
committed
Update bootstrap.nix
1 parent 46ddc97 commit 7e39ee3

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
@@ -201,6 +201,7 @@ in {
201201
++ final.lib.optional (versionAtLeast "8.10" && versionLessThan "9.0" && final.targetPlatform.isAndroid) ./patches/ghc/ghc-8.10.7-linker-weak-and-common.patch
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
204+
++ final.lib.optional (versionAtLeast "8.10" && versionLessThan "9.0" && final.targetPlatform.isAndroid) ./patches/ghc/ghc-8.10.7-weak-symbols-2.patch
204205
;
205206
in ({
206207
ghc844 = final.callPackage ../compiler/ghc {

0 commit comments

Comments
 (0)