summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix-cookbook.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 0277ba01035..022223715ef 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1587,7 +1587,7 @@ noticed that a significant number of them have a @code{inherit} field:
1587 1587
1588All unspecified fields are inherited from the parent package. This is very 1588All unspecified fields are inherited from the parent package. This is very
1589convenient to create alternative packages, for instance with different source, 1589convenient to create alternative packages, for instance with different source,
1590version or compilation options. @xref{Defining Package Variant,,, guix, 1590version or compilation options. @xref{Defining Package Variants,,, guix,
1591GNU Guix Reference Manual}, for a discussion of inheritance and of other 1591GNU Guix Reference Manual}, for a discussion of inheritance and of other
1592ways to create package variants. 1592ways to create package variants.
1593 1593