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 281
281
# Allow loading static external plugins into cross compilers
282
282
++ final . lib . optional ( versionAtLeast "9.6.1" && versionLessThan "9.10" && ( final . stdenv . targetPlatform != final . stdenv . hostPlatform ) ) ./patches/ghc/5c80a27488acfe3610ddfcb99a1e961002e386d0.patch
283
283
++ final . lib . optional ( versionAtLeast "9.6.1" && versionLessThan "9.10" && ( final . stdenv . targetPlatform != final . stdenv . hostPlatform ) ) ./patches/ghc/f8beb54a1d5725bd0d8a4b0a909d1b41d742b50b.patch
284
- ++ final . lib . optional ( versionAtLeast "9 .10" && versionLessThan "9.9" && ( final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . is32bit || final . stdenv . targetPlatform . isMusl ) ) ./patches/ghc/ghc-9.6-missing-symbols-deadbeef.patch
284
+ ++ final . lib . optional ( versionAtLeast "8 .10" && versionLessThan "9.9" && ( final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . is32bit || final . stdenv . targetPlatform . isMusl ) ) ./patches/ghc/ghc-9.6-missing-symbols-deadbeef.patch
285
285
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-linker-pool-allocator.patch
286
286
++ final . lib . optional ( versionAtLeast "9.6" && versionLessThan "9.9" && final . stdenv . targetPlatform . isMusl ) ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch
287
287
You can’t perform that action at this time.
0 commit comments