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 135
135
++ final . lib . optional ( versionAtLeast "8.6.4" && final . stdenv . isDarwin ) ./patches/ghc/ghc-macOS-loadArchive-fix.patch
136
136
++ final . lib . optional ( versionAtLeast "8.4.4" && versionLessThan "8.10" && final . stdenv . isDarwin ) ./patches/ghc/ghc-darwin-gcc-version-fix.patch
137
137
++ final . lib . optional ( versionAtLeast "8.10.1" && final . stdenv . isDarwin ) ./patches/ghc/ghc-8.10-darwin-gcc-version-fix.patch
138
- ++ final . lib . optional ( versionAtLeast "8.6.4" && versionLessThan "8.10" && final . stdenv . buildPlatform != final . stdenv . targetPlatform ) ./patches/ghc/ghc-no-system-linker.patch
138
+ ++ final . lib . optional ( versionAtLeast "8.6.4" && versionLessThan "8.8" ) ./patches/ghc/ghc-no-system-linker.patch
139
139
;
140
140
in ( {
141
141
ghc844 = final . callPackage ../compiler/ghc {
You can’t perform that action at this time.
0 commit comments