From c40307b8c9e11004c21dba167be8349c86d1491d Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 28 Jul 2019 12:05:26 +0200 Subject: doc: fix phases to include installCheckPhase --- doc/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index fbb84b03a8d5..42095c13e0a4 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -786,7 +786,7 @@ passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ] set, the default value is used, which is $prePhases unpackPhase patchPhase $preConfigurePhases configurePhase $preBuildPhases buildPhase checkPhase $preInstallPhases installPhase - fixupPhase $preDistPhases distPhase $postPhases. + fixupPhase installCheckPhase $preDistPhases distPhase $postPhases. Usually, if you just want to add a few phases, it’s more convenient -- cgit v1.2.3