me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2020-09-02 15:56:47 +02:00
parent aba8def46d
commit 739f630947
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

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