From 0e05dfcfa22a51998de74e8cd6b20799ff39dfab Mon Sep 17 00:00:00 2001 From: Bruno Bieth Date: Mon, 13 Nov 2017 17:55:18 +0100 Subject: [PATCH] Typo in manual#stdenv - propagatedNativeBuildInputs --- doc/stdenv.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index ee110b77104..46b562a794f 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -231,7 +231,8 @@ genericBuild Like nativeBuildInputs, but these dependencies are propagated: that is, the dependencies listed here are added to the nativeBuildInputs of any package that uses this package as a dependency. - So if package Y has propagatedBuildInputs = [X], and package Z has buildInputs = [Y], then package X will appear in Z’s build environment automatically. + So if package Y has propagatedNativeBuildInputs = [X], and package Z has nativeBuildInputs = [Y], + then package X will appear in Z’s build environment automatically.