unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Onch Oncheuh <etpafcaafaitdeschocapics@gmail.com>
To: 57405@debbugs.gnu.org
Subject: [bug#57405] [DOCUMENTATION] sbcl-ttf-fonts to sbcl-stumpwm-ttf-fonts & modules
Date: Thu, 25 Aug 2022 13:25:08 +0200	[thread overview]
Message-ID: <CAC35XX+3MXvhzaPXnDNrBAuU-dS5qeBeQTmmca=dbrY=_Yqfbw@mail.gmail.com> (raw)

[-- 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 --]

                 reply	other threads:[~2022-08-25 16:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAC35XX+3MXvhzaPXnDNrBAuU-dS5qeBeQTmmca=dbrY=_Yqfbw@mail.gmail.com' \
    --to=etpafcaafaitdeschocapics@gmail.com \
    --cc=57405@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).