summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-07-28 12:05:26 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-07-28 12:08:39 +0200
commitc40307b8c9e11004c21dba167be8349c86d1491d (patch)
tree8105ed15d090f5700618826afba11ae0234d2642 /doc/stdenv.xml
parent9a506c2afb609de71ff9c5a43e1b62588e64ac9d (diff)
downloadnixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.tar
nixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.tar.gz
nixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.tar.bz2
nixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.tar.lz
nixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.tar.xz
nixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.tar.zst
nixpkgs-c40307b8c9e11004c21dba167be8349c86d1491d.zip
doc: fix phases to include installCheckPhase
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index fbb84b03a8d..42095c13e0a 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 <literal>$prePhases
         unpackPhase patchPhase $preConfigurePhases configurePhase
         $preBuildPhases buildPhase checkPhase $preInstallPhases installPhase
-        fixupPhase $preDistPhases distPhase $postPhases</literal>.
+        fixupPhase installCheckPhase $preDistPhases distPhase $postPhases</literal>.
        </para>
        <para>
         Usually, if you just want to add a few phases, it’s more convenient