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:
Miguel Ángel Arruga Vivas 2020-11-18 20:33:45 +01:00
parent eca38ada61
commit 9b5e1cc11f
No known key found for this signature in database
GPG key ID: 634C6E8979FABEC2

View file

@ -440,7 +440,7 @@ (define (full-name package)
(full-name x)))
(lst
(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~^ ~}~%"
"Building the following ~d packages would ensure ~d \
dependent packages are rebuilt: ~{~a~^ ~}~%"