doc: Add reference to "Writing Manifests".

* doc/guix.texi (Defining Package Variants): Rewrite to "Writing
Manifests" rather than the 'profile-manifest' anchor.
This commit is contained in:
Ludovic Courtès 2022-08-06 22:22:19 +02:00
parent eab5366e67
commit 6e5a1e2a62
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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