Skip to content

Commit c6d7b8f

Browse files
committed
Remove another redundant patch
1 parent 43296b6 commit c6d7b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/bootstrap.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ in {
127127
++ onWindows (fromUntil "9.6.3" "9.11" ./patches/ghc/ghc-9.8-hadrian-win-cross.patch)
128128
# support R_X86_64_PC64 (ELF constant 24) - IMAGE_REL_AMD64_SREL32 (PE constant 14), which seems to appear with 9.6 more frequently, and
129129
# results in "unhandled PEi386 relocation type 14".
130-
++ onWindows (fromUntil "9.4.1" "9.11" ./patches/ghc/win-reloc-x86_64-pc64.patch)
130+
++ onWindows (fromUntil "9.4.1" "9.8.3" ./patches/ghc/win-reloc-x86_64-pc64.patch)
131+
++ onWindows (fromUntil "9.10" "9.11" ./patches/ghc/win-reloc-x86_64-pc64.patch)
131132
# ++ onWindows (fromUntil "9.4.1" "9.10" ./patches/ghc/Win32-depends-on-mingwex.patch)
132133
# if the host system provides ucrt (e.g. wine with ucrtbase.dll), we may end up linking against symbols from ucrtbase, instead of msvcrt,
133134
# thus leading to broken code. E.g. the handles we create and hand to wine will all be busted, because they come from one and are processed

0 commit comments

Comments
 (0)