mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
guix: refresh: Do not use argument jumping with ngettext.
* guix/scripts/refresh.scm (list-dependents)[lst]: Use ~d for the singular format string, as the argument jumping would trigger an error during en@boldquot.mo generation.
This commit is contained in:
parent
eca38ada61
commit
9b5e1cc11f
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ (define (full-name package)
|
||||||
(full-name x)))
|
(full-name x)))
|
||||||
(lst
|
(lst
|
||||||
(format (current-output-port)
|
(format (current-output-port)
|
||||||
(N_ "Building the following ~*package would ensure ~d \
|
(N_ "Building the following ~d package would ensure ~d \
|
||||||
dependent packages are rebuilt: ~{~a~^ ~}~%"
|
dependent packages are rebuilt: ~{~a~^ ~}~%"
|
||||||
"Building the following ~d packages would ensure ~d \
|
"Building the following ~d packages would ensure ~d \
|
||||||
dependent packages are rebuilt: ~{~a~^ ~}~%"
|
dependent packages are rebuilt: ~{~a~^ ~}~%"
|
||||||
|
|
Loading…
Reference in a new issue