Skip to content

Commit 210536b

Browse files
committed
Disable patch for now
1 parent 6b796a8 commit 210536b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ in {
336336

337337
++ onGhcjs (from "9.12" ./patches/ghc/ghc-9.12-ghcjs-rts-mem-heap8.patch)
338338
# Fix for `fatal error: 'rts/Types.h' file not found` when building `primitive`
339-
++ onGhcjs (from "9.13" ./patches/ghc/ghc-9.13-ghcjs-rts-types.patch)
339+
++ onGhcjs (fromUntil "9.13" "9.14" ./patches/ghc/ghc-9.13-ghcjs-rts-types.patch)
340340

341341
++ onGhcjs (fromUntil "9.6.7" "9.7" ./patches/ghc/ghc-9.6-js-support-this-unit-id-10819.patch)
342342

0 commit comments

Comments
 (0)