doc: cookbook: Rename stumpwm package to current state.
* doc/guix-cookbook.texi (StumpWM): Rename STUMPWM package to current state. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
fd65311cf4
commit
145df67b25
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ Copyright @copyright{} 2019 Efraim Flashner@*
|
||||||
Copyright @copyright{} 2019 Pierre Neidhardt@*
|
Copyright @copyright{} 2019 Pierre Neidhardt@*
|
||||||
Copyright @copyright{} 2020 Oleg Pykhalov@*
|
Copyright @copyright{} 2020 Oleg Pykhalov@*
|
||||||
Copyright @copyright{} 2020 Matthew Brooks@*
|
Copyright @copyright{} 2020 Matthew Brooks@*
|
||||||
|
Copyright @copyright{} 2020 Marcin Karpezo@*
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||||
|
@ -1575,7 +1576,7 @@ available for inclusion into the initrd.
|
||||||
@cindex stumpwm
|
@cindex stumpwm
|
||||||
|
|
||||||
You could install StumpWM with a Guix system by adding
|
You could install StumpWM with a Guix system by adding
|
||||||
@code{stumpwm-checkout} and optionally @code{`(,stumpwm-checkout "lib")}
|
@code{stumpwm} and optionally @code{`(,stumpwm "lib")}
|
||||||
packages to a system configuration file, e.g.@: @file{/etc/config.scm}.
|
packages to a system configuration file, e.g.@: @file{/etc/config.scm}.
|
||||||
|
|
||||||
An example configuration can look like this:
|
An example configuration can look like this:
|
||||||
|
@ -1586,7 +1587,7 @@ An example configuration can look like this:
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
;; …
|
;; …
|
||||||
(packages (append (list sbcl stumpwm-checkout `(,stumpwm-checkout "lib"))
|
(packages (append (list sbcl stumpwm `(,stumpwm "lib"))
|
||||||
%base-packages)))
|
%base-packages)))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
@ -1601,7 +1602,7 @@ module @code{sbcl-stumpwm-ttf-fonts}, adding it to Guix system packages:
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
;; …
|
;; …
|
||||||
(packages (append (list sbcl stumpwm-checkout `(,stumpwm-checkout "lib"))
|
(packages (append (list sbcl stumpwm `(,stumpwm "lib"))
|
||||||
sbcl-stumpwm-ttf-fonts font-dejavu %base-packages)))
|
sbcl-stumpwm-ttf-fonts font-dejavu %base-packages)))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
Reference in a new issue