diff options
| author | Konrad Hinsen <konrad.hinsen@fastmail.net> | 2025-10-14 16:53:40 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-19 21:29:38 +0200 |
| commit | cbda925613b2962db8c6dbb2ea3dda7e3b433611 (patch) | |
| tree | f727f05ada0349e496144227e1fde14877675bef | |
| parent | 496ee0c0067275e6b7a0226256b0a8ac27b3ca9c (diff) | |
doc: cookbook: Minor correction to "Reproducible Research" chapter.
* doc/guix-cookbook.texi (Setting Up the Environment): Reword.
Change-Id: Ifaf8b3231fe1b3007dbaaf7005c249fbcdf1deb2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | doc/guix-cookbook.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 96acdb7a289..a0d5035c3a5 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -5737,9 +5737,9 @@ packages: guix shell -C gcc-toolchain cmake coreutils grep sed make -- @dots{} @end example -Or perhaps you'll find that you could just as well provide a definition -for your package---@pxref{Defining Packages,,, guix, GNU Guix Reference -Manual}, to learn more on how to do that. +Or perhaps you'll find that you could just as well provide a package +definition for your code---@pxref{Defining Packages,,, guix, GNU Guix +Reference Manual}, to learn more on how to do that. Eventually, you'll have a list of packages that satisfies your needs. |
