mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
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 a new issue