mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: cool-retro-term: Fixes font loading.
This addresses <https://issues.guix.gnu.org/58451> * gnu/packages/terminals.scm (cool-retro-term)[source]: In snippet for font handling, adjust regexp to account for possible presence of whitespace.
This commit is contained in:
parent
e1baf802cc
commit
86ec52f667
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ (define-public cool-retro-term
|
|||
""))
|
||||
(for-each
|
||||
(lambda (file)
|
||||
(let ((start-rx (make-regexp " *ListElement\\{"))
|
||||
(let ((start-rx (make-regexp " *ListElement *\\{"))
|
||||
(end-rx (make-regexp " *\\}")))
|
||||
(with-atomic-file-replacement file
|
||||
(lambda (in out)
|
||||
|
|
Loading…
Reference in a new issue