Skip to content

Commit 679f09e

Browse files
committed
Fix disabling docs
1 parent 86a8472 commit 679f09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/ghc/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ let
141141
CrossCompilePrefix = ${targetPrefix}
142142
'' + lib.optionalString isCrossTarget ''
143143
Stage1Only = ${if targetPlatform.system == hostPlatform.system then "NO" else "YES"}
144+
'' + ''
144145
HADDOCK_DOCS = NO
145146
BUILD_SPHINX_HTML = NO
146147
BUILD_SPHINX_PDF = NO

0 commit comments

Comments
 (0)