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
@ -69,5 +69,4 @@ installSphinxPhase() {
|
||||
runHook postInstallSphinx
|
||||
}
|
||||
|
||||
preDistPhases+=" buildSphinxPhase"
|
||||
postPhases+=" installSphinxPhase"
|
||||
preDistPhases+=" buildSphinxPhase installSphinxPhase"
|
||||
|
Loading…
Reference in New Issue
Block a user