* [bug#40962] [PATCH] doc: rename stumpwm package to current state
@ 2020-04-29 13:26 Marcin Karpezo
2020-04-29 21:47 ` bug#40962: " Oleg Pykhalov
0 siblings, 1 reply; 2+ messages in thread
From: Marcin Karpezo @ 2020-04-29 13:26 UTC (permalink / raw)
To: 40962; +Cc: Marcin Karpezo
---
doc/guix-cookbook.texi | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 82700a48ad..f10abf43c3 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -13,6 +13,7 @@ Copyright @copyright{} 2019 Efraim Flashner@*
Copyright @copyright{} 2019 Pierre Neidhardt@*
Copyright @copyright{} 2020 Oleg Pykhalov@*
Copyright @copyright{} 2020 Matthew Brooks@*
+Copyright @copyright{} 2020 Marcin Karpezo@*
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -326,7 +327,7 @@ package definitions.
@item
Inheritance makes it easy to customize a package by inheriting from it and
modifying only what is needed.
-
+
@item
Batch processing: the whole package collection can be parsed, filtered and
processed. Building a headless server with all graphical interfaces stripped
@@ -1575,7 +1576,7 @@ available for inclusion into the initrd.
@cindex stumpwm
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}.
An example configuration can look like this:
@@ -1586,7 +1587,7 @@ An example configuration can look like this:
(operating-system
;; …
- (packages (append (list sbcl stumpwm-checkout `(,stumpwm-checkout "lib"))
+ (packages (append (list sbcl stumpwm `(,stumpwm "lib"))
%base-packages)))
@end lisp
@@ -1601,7 +1602,7 @@ module @code{sbcl-stumpwm-ttf-fonts}, adding it to Guix system packages:
(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)))
@end lisp
--
2.26.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#40962: [PATCH] doc: rename stumpwm package to current state
2020-04-29 13:26 [bug#40962] [PATCH] doc: rename stumpwm package to current state Marcin Karpezo
@ 2020-04-29 21:47 ` Oleg Pykhalov
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2020-04-29 21:47 UTC (permalink / raw)
To: Marcin Karpezo; +Cc: 40962-done, 40962
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
Marcin Karpezo <sirmacik@wioo.waw.pl> writes:
> ---
> doc/guix-cookbook.texi | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
> index 82700a48ad..f10abf43c3 100644
> --- a/doc/guix-cookbook.texi
> +++ b/doc/guix-cookbook.texi
[…]
Applied with Git message change:
--8<---------------cut here---------------start------------->8---
doc: cookbook: Rename stumpwm package to current state.
* doc/guix-cookbook.texi (StumpWM): Rename STUMPWM package to current state.
--8<---------------cut here---------------end--------------->8---
Thanks,
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-29 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-29 13:26 [bug#40962] [PATCH] doc: rename stumpwm package to current state Marcin Karpezo
2020-04-29 21:47 ` bug#40962: " Oleg Pykhalov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).