python3Packages.sphinxHook: run install phase in predist
Run the installSphinxPhase earlier, so install errors are caught early, before long and expensive test are started.
This commit is contained in:
parent
caf2d010ed
commit
19f4e14dcf
1 changed files with 1 additions and 2 deletions
|
@ -69,5 +69,4 @@ installSphinxPhase() {
|
||||||
runHook postInstallSphinx
|
runHook postInstallSphinx
|
||||||
}
|
}
|
||||||
|
|
||||||
preDistPhases+=" buildSphinxPhase"
|
preDistPhases+=" buildSphinxPhase installSphinxPhase"
|
||||||
postPhases+=" installSphinxPhase"
|
|
||||||
|
|
Loading…
Reference in a new issue