File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -288,9 +288,11 @@ in {
288
288
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-0001-Refactor-IServ.hs.patch
289
289
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-0002-Drop-spurious-8-byte-offset-from-elf_plt.patch
290
290
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-0003-Better-pool-alignment.-We-still-hardcode-section-ali.patch
291
+ ++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-0007-fixup-Better-pool-alignment.-We-still-hardcode-secti.patch
291
292
# these two are abit questionable. They are pretty rough, and assume static binary as well as posix.
292
293
# ++ final.lib.optional (versionAtLeast "9.6" && versionLessThan "9.9" && final.stdenv.targetPlatform.isMusl) ./patches/ghc/ghc-9.6-0004-ghcidladdr.patch
293
294
# ++ final.lib.optional (versionAtLeast "9.6" && versionLessThan "9.9" && final.stdenv.targetPlatform.isMusl) ./patches/ghc/ghc-9.6-0005-Better-interpreter-debugging.-Needs-ghcidladdr.patch
295
+
294
296
# These two patches are needed for libblst, which has now hidden symbols, which the linker doesn't know how to deal with.
295
297
++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "8.11" ) ./patches/ghc/ghc-8.10-0006-Adds-support-for-Hidden-symbols.patch
296
298
++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "8.11" ) ./patches/ghc/ghc-8.10-0006-Adds-support-for-Hidden-symbols-2.patch
You can’t perform that action at this time.
0 commit comments