summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorBruno Bieth <biethb@gmail.com>2017-11-13 17:55:18 +0100
committerBruno Bieth <biethb@gmail.com>2017-11-13 17:55:18 +0100
commit0e05dfcfa22a51998de74e8cd6b20799ff39dfab (patch)
treea94b74c12fb6fdd78afb667dafef447ab26a0192 /doc/stdenv.xml
parent3ba4c4cc6da5cfd149e062c91e3a04c56de3dbc4 (diff)
downloadnixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.tar
nixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.tar.gz
nixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.tar.bz2
nixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.tar.lz
nixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.tar.xz
nixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.tar.zst
nixlib-0e05dfcfa22a51998de74e8cd6b20799ff39dfab.zip
Typo in manual#stdenv - propagatedNativeBuildInputs
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index ee110b771049..46b562a794f0 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -231,7 +231,8 @@ genericBuild
     <listitem><para>
       Like <varname>nativeBuildInputs</varname>, but these dependencies are <emphasis>propagated</emphasis>:
       that is, the dependencies listed here are added to the <varname>nativeBuildInputs</varname> of any package that uses <emphasis>this</emphasis> package as a dependency.
-      So if package Y has <literal>propagatedBuildInputs = [X]</literal>, and package Z has <literal>buildInputs = [Y]</literal>, then package X will appear in Z’s build environment automatically.
+      So if package Y has <literal>propagatedNativeBuildInputs = [X]</literal>, and package Z has <literal>nativeBuildInputs = [Y]</literal>,
+      then package X will appear in Z’s build environment automatically.
     </para></listitem>
   </varlistentry>