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-21 22:35:25 +02:00
parent 94c1f11caa
commit c7dbac1666
@@ -53,5 +53,5 @@ installSphinxPhase() {
runHook postInstallSphinx
}
preBuildPhases+=" buildSphinxPhase"
preDistPhases+=" buildSphinxPhase"
postPhases+=" installSphinxPhase"