File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 269
269
++ final . lib . optional ( versionAtLeast "8.10.6" && versionLessThan "9.0" && final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . isAarch32 ) ./patches/ghc/libc-memory-symbols-armv7a.patch
270
270
++ final . lib . optional ( versionAtLeast "8.10.6" && versionLessThan "9.0" && final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/libc-memory-symbols.patch
271
271
++ final . lib . optional ( versionAtLeast "8.10.6" && versionLessThan "9.0" && final . stdenv . targetPlatform . isAndroid ) ./patches/ghc/android-base-needs-iconv.patch
272
- ++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "9.4" && final . stdenv . targetPlatform != final . stdenv . hostPlatform ) ./patches/ghc/ghc-make-stage-1-lib-ghc.patch
273
272
++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "9.0" && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/ghc-8.10-better-symbol-addr-debug.patch
274
273
++ final . lib . optional ( versionAtLeast "8.10" && versionLessThan "9.0" && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/ghc-8.10-aarch64-handle-none-rela.patch
275
274
++ final . lib . optional ( versionAtLeast "9.0" && final . stdenv . targetPlatform . isAarch64 ) ./patches/ghc/ghc-9.0-better-symbol-addr-debug.patch
You can’t perform that action at this time.
0 commit comments