Skip to content

Commit

Permalink
Remove another redundant patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 24, 2024
1 parent 43296b6 commit c6d7b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overlays/bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ in {
++ onWindows (fromUntil "9.6.3" "9.11" ./patches/ghc/ghc-9.8-hadrian-win-cross.patch)
# 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
# results in "unhandled PEi386 relocation type 14".
++ onWindows (fromUntil "9.4.1" "9.11" ./patches/ghc/win-reloc-x86_64-pc64.patch)
++ onWindows (fromUntil "9.4.1" "9.8.3" ./patches/ghc/win-reloc-x86_64-pc64.patch)
++ onWindows (fromUntil "9.10" "9.11" ./patches/ghc/win-reloc-x86_64-pc64.patch)
# ++ onWindows (fromUntil "9.4.1" "9.10" ./patches/ghc/Win32-depends-on-mingwex.patch)
# if the host system provides ucrt (e.g. wine with ucrtbase.dll), we may end up linking against symbols from ucrtbase, instead of msvcrt,
# 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
Expand Down

0 comments on commit c6d7b8f

Please sign in to comment.