Skip to content

Commit 106a506

Browse files
committed
Fix logic for iserv-syms.patch
1 parent cac3cf7 commit 106a506

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

overlays/bootstrap.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ in {
227227
++ onAndroid (fromUntil "9.0" "9.8"./patches/ghc/ghc-9.6-hadrian-android.patch)
228228
++ onMusl (onAarch64 (fromUntil "9.0" "9.8" ./patches/ghc/ghc-9.6-hadrian-strip-cmd.patch))
229229
++ on32bit (fromUntil "9.0" "9.4" ./patches/ghc/ghc-9.6-32bit-cmm.patch)
230-
# this one is to allow linking extra symbols from iserv.
231-
# This one will lead to segv's on darwin, when calling `strlen` during lookupStrHashTable. `strlen` ends up being called with 0x0.
232-
++ final.lib.optionals (
233-
(final.stdenv.targetPlatform.isAndroid || final.stdenv.targetPlatform.isLinux)
234-
&& (final.stdenv.targetPlatform.isAarch64 || final.stdenv.targetPlatform.is32bit))
235-
(fromUntil "9.6.1" "9.10" ./patches/ghc/iserv-syms.patch)
236230
++ onAndroid (fromUntil "9.6.3" "9.10" ./patches/ghc/ghc-9.6-iog.patch)
237231
++ on32bit (fromUntil "9.6" "9.12" ./patches/ghc/ghc-9.6-genapply-cross-arch.patch)
238232
++ onAndroid (fromUntil "9.6" "9.9" ./patches/ghc/ghc-9.6-debug-secno.patch)

0 commit comments

Comments
 (0)