python3Packages.sphinxHook: run post install

This allows importing and inspecting the build result, which is required
for the psycopg (3.x) package.
This commit is contained in:
Martin Weinelt 2022-07-17 17:49:58 +02:00
parent 94c1f11caa
commit c7dbac1666

View File

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