diff --git a/guix/store.scm b/guix/store.scm index 6bb6f43f56..d859ea33ed 100644 --- a/guix/store.scm +++ b/guix/store.scm @@ -820,7 +820,7 @@ encoding conversion errors." (terminal-columns (terminal-columns)) ;; Locale of the client. - (locale (false-if-exception (setlocale LC_ALL)))) + (locale (false-if-exception (setlocale LC_MESSAGES)))) ;; Must be called after `open-connection'. (define buffered