civodul pushed a commit to branch master
in repository guix.
commit a2bf4907dfa42bc0f0661d7edc52871cb2b16800
Author: Ludovic Courtès <[email protected]>
Date: Fri May 22 11:20:27 2015 +0200
doc: Add a cross-reference to "origin Reference".
* doc/guix.texi (Defining Packages): Add xref to "origin Reference".
---
doc/guix.texi | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 4b7f06f..a616f33 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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.