summaryrefslogtreecommitdiffstats
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-18 23:10:39 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-19 13:02:17 -0600
commit32ddbe3da97657fbd6ebaff27303f72f572bd41f (patch)
treeede4c6cf571933f554fb128f6352b192b6033e47 /doc/stdenv.xml
parent67d78be03673dff235e9477f968dd6d5b6cb1253 (diff)
doc: typo fixes
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 9ed9a448c614..5458b5d31811 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -581,7 +581,7 @@ let f(h, h + 1, i) = i + h
</varlistentry>
<varlistentry>
<term>
- <varname>depsTargetTarget</varname>
+ <varname>depsTargetTargetPropagated</varname>
</term>
<listitem>
<para>
@@ -836,7 +836,7 @@ passthru = {
<para>
Zip files are unpacked using <command>unzip</command>. However,
<command>unzip</command> is not in the standard environment, so you
- should add it to <varname>buildInputs</varname> yourself.
+ should add it to <varname>nativeBuildInputs</varname> yourself.
</para>
</listitem>
</varlistentry>