File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 215
215
# This one will lead to segv's on darwin, when calling `strlen` during lookupStrHashTable. `strlen` ends up being called with 0x0.
216
216
# This patch will allow adding additional symbols to iserv, instead of having to patch them into GHC all the time.
217
217
++ final . lib . optionals (
218
- final . stdenv . targetPlatform != final . stdenv . hostPlatform
219
- && ( final . stdenv . targetPlatform . isAndroid || final . stdenv . targetPlatform . isLinux )
218
+ ( final . stdenv . targetPlatform . isAndroid || final . stdenv . targetPlatform . isLinux )
220
219
&& ( final . stdenv . targetPlatform . isAarch64 || final . stdenv . targetPlatform . is32bit ) )
221
220
( fromUntil "9.6.1" "9.11" ./patches/ghc/iserv-syms.patch )
222
221
++ onAndroid ( until "9.0" ./patches/ghc/ghc-8.10.7-weak-symbols-2.patch )
You can’t perform that action at this time.
0 commit comments