mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
This commit is contained in:
parent
5e6bdf06a7
commit
1cc8f3a63c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ (define-record-type* <locale-definition> locale-definition
|
||||||
|
|
||||||
(define* (localedef-command locale
|
(define* (localedef-command locale
|
||||||
#:key (libc (canonical-package glibc)))
|
#:key (libc (canonical-package glibc)))
|
||||||
"Return a gexp that runs 'localdef' from LIBC to build LOCALE."
|
"Return a gexp that runs 'localedef' from LIBC to build LOCALE."
|
||||||
#~(begin
|
#~(begin
|
||||||
(format #t "building locale '~a'...~%"
|
(format #t "building locale '~a'...~%"
|
||||||
#$(locale-definition-name locale))
|
#$(locale-definition-name locale))
|
||||||
|
|
Loading…
Reference in a new issue