guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: cookbook: Rename stumpwm package to current


From: guix-commits
Subject: branch master updated: doc: cookbook: Rename stumpwm package to current state.
Date: Wed, 29 Apr 2020 17:45:37 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 145df67  doc: cookbook: Rename stumpwm package to current state.
145df67 is described below

commit 145df67b25dbabc31fba8a152bee639c34f1a44f
Author: Marcin Karpezo <address@hidden>
AuthorDate: Wed Apr 29 15:26:11 2020 +0200

    doc: cookbook: Rename stumpwm package to current state.
    
    * doc/guix-cookbook.texi (StumpWM): Rename STUMPWM package to current state.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 doc/guix-cookbook.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 82700a4..f58d18d 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
@@ -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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]