We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e04c0d commit 56838b2Copy full SHA for 56838b2
overlays/bootstrap.nix
@@ -232,7 +232,7 @@ in {
232
++ final.lib.optionals (
233
(final.stdenv.targetPlatform.isAndroid || final.stdenv.targetPlatform.isLinux)
234
&& (final.stdenv.targetPlatform.isAarch64 || final.stdenv.targetPlatform.is32bit))
235
- (from "9.6.1" ./patches/ghc/iserv-syms.patch)
+ (fromUntil "9.6.1" "9.11" ./patches/ghc/iserv-syms.patch)
236
++ onAndroid (until "9.0" ./patches/ghc/ghc-8.10.7-weak-symbols-2.patch)
237
++ onDarwin (onAarch64 (until "9.0" ./patches/ghc/ghc-8.10.7-rts-aarch64-darwin.patch))
238
++ onAndroid (onAarch32 (until "9.2" ./patches/ghc/ghc-8.10-android.patch))
0 commit comments