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.