~ruther/guix-local

a2bf4907dfa42bc0f0661d7edc52871cb2b16800 — Ludovic Courtès 10 years ago 99bd74d
doc: Add a cross-reference to "origin Reference".

* doc/guix.texi (Defining Packages): Add xref to "origin Reference".
1 files changed, 2 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +2 -1
@@ 1806,7 1806,8 @@ There are a few points worth noting in the above package definition:

@itemize
@item
The @code{source} field of the package is an @code{<origin>} object.
The @code{source} field of the package is an @code{<origin>} object
(@pxref{origin Reference}, for the complete reference).
Here, the @code{url-fetch} method from @code{(guix download)} is used,
meaning that the source is a file to be downloaded over FTP or HTTP.