From c7dbac166640f3938736b96f0caaf9079c9875e4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 17 Jul 2022 17:49:58 +0200 Subject: [PATCH] python3Packages.sphinxHook: run post install This allows importing and inspecting the build result, which is required for the psycopg (3.x) package. --- pkgs/development/interpreters/python/hooks/sphinx-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/python/hooks/sphinx-hook.sh b/pkgs/development/interpreters/python/hooks/sphinx-hook.sh index 0140958b2316..92cc9e52ed21 100644 --- a/pkgs/development/interpreters/python/hooks/sphinx-hook.sh +++ b/pkgs/development/interpreters/python/hooks/sphinx-hook.sh @@ -53,5 +53,5 @@ installSphinxPhase() { runHook postInstallSphinx } -preBuildPhases+=" buildSphinxPhase" +preDistPhases+=" buildSphinxPhase" postPhases+=" installSphinxPhase"