Skip to content

Commit c7116e7

Browse files
committed
Try just on Windows
1 parent 743ee15 commit c7116e7

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
@@ -230,7 +230,7 @@ in {
230230
# This one will lead to segv's on darwin, when calling `strlen` during lookupStrHashTable. `strlen` ends up being called with 0x0.
231231
# This patch will allow adding additional symbols to iserv, instead of having to patch them into GHC all the time.
232232
++ final.lib.optionals (
233-
final.stdenv.targetPlatform.isWindows || final.stdenv.targetPlatform.isMusl ||
233+
final.stdenv.targetPlatform.isWindows ||
234234
( (final.stdenv.targetPlatform.isAndroid || final.stdenv.targetPlatform.isLinux)
235235
&& (final.stdenv.targetPlatform.isAarch64 || final.stdenv.targetPlatform.is32bit)))
236236
(fromUntil "9.6.1" "9.11" ./patches/ghc/iserv-syms.patch)

0 commit comments

Comments
 (0)