nixpkgs docs: add missing spaces between words
This commit is contained in:
parent
bea0b3021c
commit
aa77e3aa4f
@ -372,7 +372,7 @@ let f(h, h + 1, i) = i + h
|
|||||||
They are programs/libraries used at build time that furthermore produce
|
They are programs/libraries used at build time that furthermore produce
|
||||||
programs/libraries also used at build time. If the dependency doesn't
|
programs/libraries also used at build time. If the dependency doesn't
|
||||||
care about the target platform (i.e. isn't a compiler or similar tool),
|
care about the target platform (i.e. isn't a compiler or similar tool),
|
||||||
put it in <varname>nativeBuildInputs</varname>instead. The most common
|
put it in <varname>nativeBuildInputs</varname> instead. The most common
|
||||||
use for this <literal>buildPackages.stdenv.cc</literal>, the default C
|
use for this <literal>buildPackages.stdenv.cc</literal>, the default C
|
||||||
compiler for this role. That example crops up more than one might think
|
compiler for this role. That example crops up more than one might think
|
||||||
in old commonly used C libraries.
|
in old commonly used C libraries.
|
||||||
@ -2100,7 +2100,7 @@ someVar=$(stripHash $name)
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
In order to alleviate this burden, the <firstterm>setup
|
In order to alleviate this burden, the <firstterm>setup
|
||||||
hook</firstterm>mechanism was written, where any package can include a
|
hook</firstterm> mechanism was written, where any package can include a
|
||||||
shell script that [by convention rather than enforcement by Nix], any
|
shell script that [by convention rather than enforcement by Nix], any
|
||||||
downstream reverse-dependency will source as part of its build process. That
|
downstream reverse-dependency will source as part of its build process. That
|
||||||
allows the downstream dependency to merely specify its dependencies, and
|
allows the downstream dependency to merely specify its dependencies, and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user