all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#41085] [PATCH] typo fix in doc/cookbook
@ 2020-05-04 20:09 Jean-Baptiste Note
  2020-05-05 18:04 ` bug#41085: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Baptiste Note @ 2020-05-04 20:09 UTC (permalink / raw)
  To: 41085


[-- Attachment #1.1: Type: text/plain, Size: 109 bytes --]

Dear Guix Maintainers,

Please find attached a typo fix for the documentation.

Kind regards,
Jean-Baptiste


[-- Attachment #1.2: 0001-doc-cookbook-Fix-sbcl-ttf-fonts-package-name.patch --]
[-- Type: text/x-patch, Size: 1400 bytes --]

From c02338a7f59fda1a343888b18430b1718b8210d6 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Note <jean-baptiste.note@m4x.org>
Date: Mon, 4 May 2020 20:01:10 +0000
Subject: [PATCH] doc: cookbook: Fix sbcl-ttf-fonts package name.

* doc/guix-cookbook.texi (StumpWM): Adjust sbcl-ttf-fonts package name.
---
 doc/guix-cookbook.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index f58d18d47c..2a605276e6 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1594,7 +1594,7 @@ An example configuration can look like this:
 @cindex stumpwm fonts
 By default StumpWM uses X11 fonts, which could be small or pixelated on
 your system.  You could fix this by installing StumpWM contrib Lisp
-module @code{sbcl-stumpwm-ttf-fonts}, adding it to Guix system packages:
+module @code{sbcl-ttf-fonts}, adding it to Guix system packages:
 
 @lisp
 (use-modules (gnu))
@@ -1603,7 +1603,7 @@ module @code{sbcl-stumpwm-ttf-fonts}, adding it to Guix system packages:
 (operating-system
   ;; …
   (packages (append (list sbcl stumpwm `(,stumpwm "lib"))
-                    sbcl-stumpwm-ttf-fonts font-dejavu %base-packages)))
+                    sbcl-ttf-fonts font-dejavu %base-packages)))
 @end lisp
 
 Then you need to add the following code to a StumpWM configuration file
-- 
2.26.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41085: [PATCH] typo fix in doc/cookbook
  2020-05-04 20:09 [bug#41085] [PATCH] typo fix in doc/cookbook Jean-Baptiste Note
@ 2020-05-05 18:04 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-05-05 18:04 UTC (permalink / raw)
  To: Jean-Baptiste Note, 41085-done

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

Jean-Baptiste Note <jean-baptiste.note@m4x.org> writes:

> Dear Guix Maintainers,
>
> Please find attached a typo fix for the documentation.

Applied, thanks!

Note: you'll have a better chance of getting merged quickly if you
address 'Guix developers' instead of 'Guix maintainers'.  ;-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-05 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 20:09 [bug#41085] [PATCH] typo fix in doc/cookbook Jean-Baptiste Note
2020-05-05 18:04 ` bug#41085: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.