mothacehe pushed a commit to branch master
in repository guix.
commit 9d0d4b331d21cf555fdd6a8844d05389d934832c
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Mon Jan 3 14:46:17 2022 +0100
system: locale: Use only the current glibc.
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
---
gnu/system/locale.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm
index dcbc93e3bf..b209b9b9cf 100644
--- a/gnu/system/locale.scm
+++ b/gnu/system/locale.scm
@@ -147,7 +147,7 @@ data format changes between libc versions."
(define %default-locale-libcs
;; The libcs for which we build locales by default.
- (list glibc-2.31 glibc))
+ (list glibc))
(define %default-locale-definitions
;; Arbitrary set of locales that are built by default. They are here mostly