summaryrefslogtreecommitdiff
path: root/guix/scripts
diff options
context:
space:
mode:
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>2020-11-18 20:33:45 +0100
committerMiguel Ángel Arruga Vivas <rosen644835@gmail.com>2020-11-18 20:58:51 +0100
commit9b5e1cc11fa758fb40913f901b16402b66b59162 (patch)
tree300875a46ec4c0885e57d16aa9729b07a148c6c7 /guix/scripts
parenteca38ada61356c8a6dbd677575a09a573aca95eb (diff)
downloadguix-patches-9b5e1cc11fa758fb40913f901b16402b66b59162.tar
guix-patches-9b5e1cc11fa758fb40913f901b16402b66b59162.tar.gz
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.
Diffstat (limited to 'guix/scripts')
-rw-r--r--guix/scripts/refresh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index 4a71df28d1..fb6c52a567 100644
--- a/guix/scripts/refresh.scm
+++ b/guix/scripts/refresh.scm
@@ -440,7 +440,7 @@ releases for ~a~%")
(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~^ ~}~%"