From f1f4ea210b650a28c8d5e51ecc9ce43ee862341d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Nov 2015 10:44:43 +0100 Subject: [PATCH] Revert "Fixed typo." --- doc/stdenv.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index c3a32487ecd2..6bb1002a4c67 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -260,10 +260,10 @@ executed and in what order: Specifies the phases. You can change the order in which phases are executed, or add new phases, by setting this variable. If it’s not set, the default value is used, which is - prePhases unpackPhase patchPhase preConfigurePhases - configurePhase preBuildPhases buildPhase checkPhase - preInstallPhases installPhase fixupPhase preDistPhases - distPhase postPhases. + $prePhases unpackPhase patchPhase $preConfigurePhases + configurePhase $preBuildPhases buildPhase checkPhase + $preInstallPhases installPhase fixupPhase $preDistPhases + distPhase $postPhases. Usually, if you just want to add a few phases, it’s more