summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-03 18:15:41 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-03 18:49:10 +1000
commitc3a05f90ed4a6c601c94f3bf0f14933c8f965d61 (patch)
tree0f8a1897031a081948f210576b8faf829c09ce2f /doc/stdenv
parentb551f0609769de0a30785f93012d1185beb1604a (diff)
downloadnixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.tar
nixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.tar.gz
nixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.tar.bz2
nixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.tar.lz
nixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.tar.xz
nixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.tar.zst
nixpkgs-c3a05f90ed4a6c601c94f3bf0f14933c8f965d61.zip
doc/stdenv: fix build
https://hydra.nixos.org/build/128037886/nixlog/1/tail
error: element "variable" not allowed anywhere
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml
index 706a010715d..fc586b06fde 100644
--- a/doc/stdenv/stdenv.xml
+++ b/doc/stdenv/stdenv.xml
@@ -475,7 +475,7 @@ passthru.updateScript = writeScript "update-zoom-us" ''
 <programlisting>
 passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ];
 </programlisting>
-      The script will be run with <variable>UPDATE_NIX_ATTR_PATH</variable> environment variable set to the attribute path it is supposed to update.
+      The script will be run with <varname>UPDATE_NIX_ATTR_PATH</varname> environment variable set to the attribute path it is supposed to update.
       <note>
        <para>
         The script will be usually run from the root of the Nixpkgs repository but you should not rely on that. Also note that the update scripts will be run in parallel by default; you should avoid running <command>git commit</command> or any other commands that cannot handle that.