diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-28 13:58:58 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-28 13:59:49 -0400 |
commit | dd16424466196616b99c13526537a89aaee27f88 (patch) | |
tree | ce5d66dca608f4d8a04d9add38bdc28ea2863857 /doc | |
parent | 9e9cb0c7bafe3e8b79629699c85a1172102c54e9 (diff) | |
download | patches-dd16424466196616b99c13526537a89aaee27f88.tar patches-dd16424466196616b99c13526537a89aaee27f88.tar.gz |
doc: %final-inputs is now in (gnu packages commencement).
* doc/guix.texi (Bootstrapping): Adjust the text to reflect that
'%final-inputs' is now in (gnu packages commencement).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 09ed39213c..b6cd57acc2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4131,9 +4131,9 @@ the GNU Build System: Guile, Bash, Coreutils, etc. And voilĂ ! At this point we have the complete set of build tools that the GNU Build System expects. These are in the @code{%final-inputs} -variables of the @code{(gnu packages base)} module, and are implicitly -used by any package that uses @code{gnu-build-system} (@pxref{Defining -Packages}). +variable of the @code{(gnu packages commencement)} module, and are +implicitly used by any package that uses @code{gnu-build-system} +(@pxref{Defining Packages}). @unnumberedsubsec Building the Bootstrap Binaries |