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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -820,7 +820,7 @@ (define* (set-build-options server
(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