We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743ee15 commit c7116e7Copy full SHA for c7116e7
overlays/bootstrap.nix
@@ -230,7 +230,7 @@ in {
230
# This one will lead to segv's on darwin, when calling `strlen` during lookupStrHashTable. `strlen` ends up being called with 0x0.
231
# This patch will allow adding additional symbols to iserv, instead of having to patch them into GHC all the time.
232
++ final.lib.optionals (
233
- final.stdenv.targetPlatform.isWindows || final.stdenv.targetPlatform.isMusl ||
+ final.stdenv.targetPlatform.isWindows ||
234
( (final.stdenv.targetPlatform.isAndroid || final.stdenv.targetPlatform.isLinux)
235
&& (final.stdenv.targetPlatform.isAarch64 || final.stdenv.targetPlatform.is32bit)))
236
(fromUntil "9.6.1" "9.11" ./patches/ghc/iserv-syms.patch)
0 commit comments