1
0
Fork 1
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:
Martin Weinelt 2022-08-24 04:07:52 +02:00
parent caf2d010ed
commit 19f4e14dcf
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -69,5 +69,4 @@ installSphinxPhase() {
runHook postInstallSphinx
}
preDistPhases+=" buildSphinxPhase"
postPhases+=" installSphinxPhase"
preDistPhases+=" buildSphinxPhase installSphinxPhase"