[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
From: |
guix-commits |
Subject: |
02/09: store: 'set-build-options' sends LC_MESSAGES, not LC_ALL. |
Date: |
Wed, 2 Sep 2020 11:19:25 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 739f6309478d8ab8501bb653ceb2f634c8560f55
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Sep 2 15:56:47 2020 +0200
store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
* guix/store.scm (set-build-options): Change #:locale default value
to (setlocale LC_MESSAGES).
---
guix/store.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/store.scm b/guix/store.scm
index 6bb6f43..d859ea3 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -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
- branch master updated (8ce6f4d -> 2056226), guix-commits, 2020/09/02
- 01/09: substitute: Set LC_MESSAGES to the client's locale, not LC_ALL., guix-commits, 2020/09/02
- 02/09: store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.,
guix-commits <=
- 03/09: ui: Attempt to fall back to "en_US.utf8" rather than "C"., guix-commits, 2020/09/02
- 05/09: gnu: Add emacs-next., guix-commits, 2020/09/02
- 07/09: gnu: Add xlsxio, guix-commits, 2020/09/02
- 04/09: gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site', guix-commits, 2020/09/02
- 06/09: gnu: Add gerbil, guix-commits, 2020/09/02
- 08/09: gnu: emacs-calibredb: Update to 2.6.0., guix-commits, 2020/09/02
- 09/09: gnu: Add knockd., guix-commits, 2020/09/02