File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 296
296
++ final . lib . optional ( versionAtLeast "9.0" && versionLessThan "9.8" && final . stdenv . targetPlatform . isMusl && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/ghc-9.6-hadrian-strip-cmd.patch
297
297
++ final . lib . optional ( versionAtLeast "9.0" && versionLessThan "10.0" && final . stdenv . targetPlatform . is32bit ) ./patches/ghc/ghc-9.6-32bit-cmm.patch
298
298
# this one is to allow linking extra symbols from iserv.
299
- ++ final . lib . optional ( versionAtLeast "9.6.1" && versionLessThan "9.10" && final . stdenv . targetPlatform . isAndroid ) ./patches/ghc/iserv-syms.patch
299
+ ++ final . lib . optional ( versionAtLeast "9.6.1" && versionLessThan "9.10" && ( final . stdenv . targetPlatform . isAndroid || final . stdenv . targetPlatform . isAarch64 || final . stdenv . targetPlatform . is32bit ) ) ./patches/ghc/iserv-syms.patch
300
300
++ final . lib . optional ( versionAtLeast "9.4" && final . stdenv . targetPlatform . isWindows ) ./patches/ghc/ghc-9.6-fix-code-symbol-jumps.patch
301
301
++ final . lib . optional ( versionAtLeast "9.6.3" && versionLessThan "9.10" && final . stdenv . targetPlatform . isAndroid ) ./patches/ghc/ghc-9.6-iog.patch
302
302
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.12" && final . stdenv . targetPlatform . is32bit ) ./patches/ghc/ghc-9.6-genapply-cross-arch.patch
You can’t perform that action at this time.
0 commit comments