aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-08-06 22:22:19 +0200
committerLudovic Courtès <ludo@gnu.org>2022-08-06 23:14:41 +0200
commit6e5a1e2a6259d0d8ebb4015148247b1d91c6eb23 (patch)
treea0006e7cfeb774505db0027c8dbe350fb5b25daf /doc
parenteab5366e679c149cf0a5abeb9a196700b171d9da (diff)
downloadguix-6e5a1e2a6259d0d8ebb4015148247b1d91c6eb23.tar
guix-6e5a1e2a6259d0d8ebb4015148247b1d91c6eb23.tar.gz
doc: Add reference to "Writing Manifests".
* doc/guix.texi (Defining Package Variants): Rewrite to "Writing Manifests" rather than the 'profile-manifest' anchor.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b8d1f391c2..21cee4e369 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7876,8 +7876,8 @@ upstream version, with different dependencies, different compilation
options, and so on. Some of these custom packages can be defined
straight from the command line (@pxref{Package Transformation Options}).
This section describes how to define package variants in code. This can
-be useful in ``manifests'' (@pxref{profile-manifest,
-@option{--manifest}}) and in your own package collection
+be useful in ``manifests'' (@pxref{Writing Manifests})
+and in your own package collection
(@pxref{Creating a Channel}), among others!
@cindex inherit, for package definitions