diff options
| author | Simon Tournier <zimon.toutoune@gmail.com> | 2025-08-30 08:47:28 +0200 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2026-01-16 00:10:43 +0100 |
| commit | 696b85377d5402920dec32c223cdcb1ed815a0fb (patch) | |
| tree | ed3e5ed58ed7f5b6f18f0f4e1745ca06a3d08616 /doc | |
| parent | 2f3d9566a99d4e66e092c85d353a6f6e9bae02c8 (diff) | |
doc: Rename package variants index anchor terms.
* doc/guix.texi (Package Transformation Options): Add index term and move
index term from here...
(Defining Package Variants): ...to here and add index term.
Fixes: guix/guix#2191
Change-Id: I8ed71d3db8a6c70368f9ae37d159622a5512db42
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 75204215c5c..a6d6d655fb5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8737,6 +8737,7 @@ The example below denotes a version of gnu-standards to fetch: @section Defining Package Variants @cindex customizing packages +@cindex package variants @cindex variants, of packages One of the nice things with Guix is that, given a package definition, you can easily @emph{derive} variants of that package---for a different @@ -13581,7 +13582,8 @@ the parsed command-line options. @node Package Transformation Options @subsection Package Transformation Options -@cindex package variants +@cindex package tranformation +@cindex package variants, transformation Another set of command-line options supported by @command{guix build} and also @command{guix package} are @dfn{package transformation options}. These are options that make it possible to define @dfn{package |
