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:
Martin Weinelt
2022-08-24 04:07:52 +02:00
parent caf2d010ed
commit 19f4e14dcf
@@ -69,5 +69,4 @@ installSphinxPhase() {
runHook postInstallSphinx
}
preDistPhases+=" buildSphinxPhase"
postPhases+=" installSphinxPhase"
preDistPhases+=" buildSphinxPhase installSphinxPhase"