store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
* guix/store.scm (set-build-options): Change #:locale default value to (setlocale LC_MESSAGES).master
parent
aba8def46d
commit
739f630947
|
@ -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
|
||||
|
|
Reference in New Issue