GNU bug report logs -
#57405
[DOCUMENTATION] sbcl-ttf-fonts to sbcl-stumpwm-ttf-fonts & modules
Previous Next
To reply to this bug, email your comments to 57405 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57405
; Package
guix-patches
.
(Thu, 25 Aug 2022 15:35:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Onch Oncheuh <etpafcaafaitdeschocapics <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 25 Aug 2022 15:35:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.