mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Fix references to the "geiser" package.
Reported by munksgaard on #guix. * doc/guix.texi (Invoking guix pack): Replace "geiser" with "emacs-geiser" in examples. (Invoking guix refresh): Likewise.
This commit is contained in:
parent
7dc75d5fd3
commit
1ac137a365
1 changed files with 4 additions and 4 deletions
|
@ -5913,7 +5913,7 @@ For example, to create a bundle containing Guile, Emacs, Geiser, and all
|
||||||
their dependencies, you can run:
|
their dependencies, you can run:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ guix pack guile emacs geiser
|
$ guix pack guile emacs emacs-geiser
|
||||||
@dots{}
|
@dots{}
|
||||||
/gnu/store/@dots{}-pack.tar.gz
|
/gnu/store/@dots{}-pack.tar.gz
|
||||||
@end example
|
@end example
|
||||||
|
@ -5931,7 +5931,7 @@ find inconvenient. To work around it, you can create, say, a
|
||||||
@file{/opt/gnu/bin} symlink to the profile:
|
@file{/opt/gnu/bin} symlink to the profile:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix pack -S /opt/gnu/bin=bin guile emacs geiser
|
guix pack -S /opt/gnu/bin=bin guile emacs emacs-geiser
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
@ -5975,7 +5975,7 @@ Yet another option is to produce a SquashFS image with the following
|
||||||
command:
|
command:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix pack -f squashfs bash guile emacs geiser
|
guix pack -f squashfs bash guile emacs emacs-geiser
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
@ -11835,7 +11835,7 @@ an upgrade. More rebuilds might be required under some circumstances.
|
||||||
@example
|
@example
|
||||||
$ guix refresh --list-dependent flex
|
$ guix refresh --list-dependent flex
|
||||||
Building the following 120 packages would ensure 213 dependent packages are rebuilt:
|
Building the following 120 packages would ensure 213 dependent packages are rebuilt:
|
||||||
hop@@2.4.0 geiser@@0.4 notmuch@@0.18 mu@@0.9.9.5 cflow@@1.4 idutils@@4.6 @dots{}
|
hop@@2.4.0 emacs-geiser@@0.13 notmuch@@0.18 mu@@0.9.9.5 cflow@@1.4 idutils@@4.6 @dots{}
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
The command above lists a set of packages that could be built to check
|
The command above lists a set of packages that could be built to check
|
||||||
|
|
Loading…
Reference in a new issue