about summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorRommel M. Martinez <ebzzry@gmail.com>2015-11-23 16:22:12 +0800
committerRommel M. Martinez <ebzzry@gmail.com>2015-11-23 16:22:12 +0800
commit8bc4cd5076ffa8ac80047f2072c51a5eea62d64a (patch)
treeb0cba1650cd94f7f85b3369e517ef3825357376a /doc/stdenv.xml
parent831aa518fd230d2a45b8ba9568e114f95c4a0e47 (diff)
downloadnixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.tar
nixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.tar.gz
nixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.tar.bz2
nixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.tar.lz
nixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.tar.xz
nixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.tar.zst
nixlib-8bc4cd5076ffa8ac80047f2072c51a5eea62d64a.zip
Fixed typo.
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 6bb1002a4c67..c3a32487ecd2 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -260,10 +260,10 @@ executed and in what order:
       <para>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
-      <literal>$prePhases unpackPhase patchPhase $preConfigurePhases
-      configurePhase $preBuildPhases buildPhase checkPhase
-      $preInstallPhases installPhase fixupPhase $preDistPhases
-      distPhase $postPhases</literal>.
+      <literal>prePhases unpackPhase patchPhase preConfigurePhases
+      configurePhase preBuildPhases buildPhase checkPhase
+      preInstallPhases installPhase fixupPhase preDistPhases
+      distPhase postPhases</literal>.
       </para>
       
       <para>Usually, if you just want to add a few phases, it’s more