unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57405] [DOCUMENTATION] sbcl-ttf-fonts to sbcl-stumpwm-ttf-fonts & modules
@ 2022-08-25 11:25 Onch Oncheuh
  0 siblings, 0 replies; only message in thread
From: Onch Oncheuh @ 2022-08-25 11:25 UTC (permalink / raw)
  To: 57405

[-- Attachment #1: Type: text/plain, Size: 1706 bytes --]

Hi guix hackers !

This is my first commit. Here is a manual update to install stumpwm in guix
config.

Best regards.
---
 doc/guix-cookbook.texi | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index b61adc06da..356821da4c 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1965,12 +1965,15 @@ packages to a system configuration file, e.g.@:
@file{/etc/config.scm}.
 An example configuration can look like this:

 @lisp
-(use-modules (gnu))
+(use-modules (gnu)
+             (gnu packages lisp))
 (use-package-modules wm)

 (operating-system
   ;; …
-  (packages (append (list sbcl stumpwm `(,stumpwm "lib"))
+  (packages (append (list sbcl
+                          stumpwm
+                          `(,stumpwm "lib"))
                     %base-packages)))
 @end lisp

@@ -1980,13 +1983,18 @@ your system.  You could fix this by installing
StumpWM contrib Lisp
 module @code{sbcl-ttf-fonts}, adding it to Guix system packages:

 @lisp
-(use-modules (gnu))
+(use-modules (gnu)
+             (gnu packages lisp))
 (use-package-modules fonts wm)

 (operating-system
   ;; …
-  (packages (append (list sbcl stumpwm `(,stumpwm "lib"))
-                    sbcl-ttf-fonts font-dejavu %base-packages)))
+  (packages (append (list sbcl
+                          stumpwm
+                          `(,stumpwm "lib")
+                          sbcl-stumpwm-ttf-fonts
+                          font-dejavu)
+                     %base-packages)))
 @end lisp

 Then you need to add the following code to a StumpWM configuration file
-- 
2.37.2

[-- Attachment #2: Type: text/html, Size: 2043 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-25 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 11:25 [bug#57405] [DOCUMENTATION] sbcl-ttf-fonts to sbcl-stumpwm-ttf-fonts & modules Onch Oncheuh

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).