mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
doc: Refer to up-to-date version of ‘gcc-toolchain’ in example.
* doc/guix.texi (Writing Manifests): Write that for ‘gcc-toolchain’ we have GCC version 14 today. Change-Id: I9bfbe4a6d36b0dae16cafec86ce58ef50e64e50d
This commit is contained in:
parent
745943d253
commit
3f938d841e
1 changed files with 2 additions and 2 deletions
|
@ -8797,8 +8797,8 @@ Options}).
|
|||
@quotation Note
|
||||
Manifests are @emph{symbolic}: they refer to packages of the channels
|
||||
@emph{currently in use} (@pxref{Channels}). In the example above,
|
||||
@code{gcc-toolchain} might refer to version 11 today, but it might refer
|
||||
to version 13 two years from now.
|
||||
@code{gcc-toolchain} might refer to version 14 today, but it might refer
|
||||
to version 16 two years from now.
|
||||
|
||||
If you want to ``pin'' your software environment to specific package
|
||||
versions and variants, you need an additional piece of information: the
|
||||
|
|
Loading…
Reference in a new issue