gnu: fntsample, guix: Fix cosmetic typos.

* gnu/packages/fontutils.scm (fntsample),
* gnu/packages/package-management.scm (guix): Modify whitespace.

Change-Id: I3389e8b03e4d939677e3a82c120649e452068bca
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Felix Lechner 2026-01-23 10:58:43 +01:00 committed by Andreas Enge
parent 47b3251168
commit c02385b462
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 2 additions and 2 deletions

View file

@ -2206,7 +2206,7 @@ work well with other GTK desktop environments.")
("gettext" ,gettext-minimal)))
(inputs
`(("cairo" ,cairo)
("bash-minimal", bash-minimal)
("bash-minimal" ,bash-minimal)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("glib" ,glib)

View file

@ -536,7 +536,7 @@ $(prefix)/etc/openrc\n")))
("help2man" ,help2man)
("po4a" ,po4a-minimal)))
(inputs
`(("bash-minimal", bash-minimal)
`(("bash-minimal" ,bash-minimal)
("bzip2" ,bzip2)
("gzip" ,gzip)
("sqlite" ,sqlite)