1
0
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:
Ludovic Courtès
2020-09-02 15:56:47 +02:00
parent aba8def46d
commit 739f630947
+1 -1
View File
@@ -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