mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
doc: cookbook: Fix typos under “Reproducible Research”.
* doc/guix-cookbook.texi (Setting Up the Environment): Remove extra word; add missing word. Change-Id: I41ba29bd81fd6e8262d4112e57e1ff0cce439967
This commit is contained in:
parent
590eb9ef40
commit
b5e0d90ea5
1 changed files with 2 additions and 2 deletions
|
|
@ -5730,14 +5730,14 @@ If you fail to guess the name of the package (this one was easy!), try
|
|||
@code{guix search}.
|
||||
|
||||
Environments for Python, R, and similar high-level languages are
|
||||
relatively easy to set up. For C/C++ code, you may find need many more
|
||||
relatively easy to set up. For C/C++ code, you may need more
|
||||
packages:
|
||||
|
||||
@example
|
||||
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
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue