File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 141
141
CrossCompilePrefix = ${ targetPrefix }
142
142
'' + lib . optionalString isCrossTarget ''
143
143
Stage1Only = ${ if targetPlatform . system == hostPlatform . system then "NO" else "YES" }
144
- ''
145
- # GHC 9.0.1 fails to compile for musl unless HADDOC_DOCS = NO
146
- + lib . optionalString ( isCrossTarget || ( targetPlatform . isMusl && builtins . compareVersions ghc-version "9.0.1" >= 0 ) ) ''
147
144
HADDOCK_DOCS = NO
148
145
BUILD_SPHINX_HTML = NO
149
146
BUILD_SPHINX_PDF = NO
@@ -474,7 +471,7 @@ stdenv.mkDerivation (rec {
474
471
dontAddExtraLibs = true ;
475
472
476
473
nativeBuildInputs = [
477
- perl autoconf automake m4 python3 sphinx
474
+ perl autoconf automake m4 python3
478
475
ghc bootPkgs . alex bootPkgs . happy bootPkgs . hscolour
479
476
] ++ lib . optional ( patches != [ ] ) autoreconfHook ;
480
477
You can’t perform that action at this time.
0 commit comments