Skip to content

Commit bf96421

Browse files
committed
Fix patches
1 parent 226e097 commit bf96421

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

overlays/bootstrap.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ in {
234234
(final.stdenv.targetPlatform.isAndroid || final.stdenv.targetPlatform.isLinux)
235235
&& (final.stdenv.targetPlatform.isAarch64 || final.stdenv.targetPlatform.is32bit))
236236
(fromUntil "9.6.1" "9.10" ./patches/ghc/iserv-syms.patch)
237-
++ onWindows (from "9.4" ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch)
238237
++ onAndroid (fromUntil "9.6.3" "9.10" ./patches/ghc/ghc-9.6-iog.patch)
239238
++ on32bit (fromUntil "9.6" "9.12" ./patches/ghc/ghc-9.6-genapply-cross-arch.patch)
240239
++ onAndroid (fromUntil "9.6" "9.9" ./patches/ghc/ghc-9.6-debug-secno.patch)

overlays/mingw_w64.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ let
3939
REMOTE_ISERV=$(mktemp -d)
4040
ln -s ${interpreter.override
4141
{
42-
patches = [ ./patches/iserv-proxy-keep-cafs.patch ]
43-
;
4442
enableDebugRTS = true;
4543
setupBuildFlags = ["--ghc-option=-optl-Wl,--disable-dynamicbase,--disable-high-entropy-va,--image-base=0x400000" ];
4644
}}/bin/* $REMOTE_ISERV

0 commit comments

Comments
 (0)