File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 283
283
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && ( final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . is32bit || final . stdenv . targetPlatform . isMusl ) ) ./patches/ghc/ghc-9.6-missing-symbols-deadbeef.patch
284
284
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-linker-pool-allocator.patch
285
285
# These two patches are needed for libblst, which has now hidden symbols, which the linker doesn't know how to deal with.
286
- ++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "8.11" ) ./patches/ghc/ghc-8.10-0006-Adds-support-for-Hidden-symbols.patch
287
- ++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "8.11" ) ./patches/ghc/ghc-8.10-0006-Adds-support-for-Hidden-symbols-2.patch
288
286
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch
289
287
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-0001-Refactor-IServ.hs.patch
290
288
++ 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
294
292
# ++ 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
293
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && ( final . stdenv . targetPlatform . isWindows || final . stdenv . targetPlatform . isMusl ) ) ./patches/ghc/ghc-9.6-0006-Adds-support-for-Hidden-symbols.patch
296
294
++ 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
295
+ ++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "8.11" ) ./patches/ghc/ghc-8.10-0006-Adds-support-for-Hidden-symbols.patch
296
+ ++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "8.11" ) ./patches/ghc/ghc-8.10-0006-Adds-support-for-Hidden-symbols-2.patch
297
297
;
298
298
in ( {
299
299
ghc865 = final . callPackage ../compiler/ghc ( traceWarnOld "8.6" {
You can’t perform that action at this time.
0 commit comments