mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02:00
store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
* guix/store.scm (set-build-options): Change #:locale default value to (setlocale LC_MESSAGES).
This commit is contained in:
+1
-1
@@ -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
Block a user