Skip to content

Commit

Permalink
Merge #31614: doc/manual/stdenv: fix a typo
Browse files Browse the repository at this point in the history
(cherry picked from commit f609512)
  • Loading branch information
vcunat committed Nov 14, 2017
1 parent 0a422d3 commit 59df1f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/stdenv.xml
Expand Up @@ -230,7 +230,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>

Expand Down

0 comments on commit 59df1f8

Please sign in to comment.