summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-01-03 14:46:17 +0100
committerMathieu Othacehe <othacehe@gnu.org>2022-01-14 14:29:20 +0100
commit9d0d4b331d21cf555fdd6a8844d05389d934832c (patch)
tree5f3a5c5efe455faaa7d14353d32afca789bea39b
parente92723452d2f1e7639579ea327d3fff6fa25ef4c (diff)
system: locale: Use only the current glibc.
* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31.
-rw-r--r--gnu/system/locale.scm2
1 files changed, 1 insertions, 1 deletions
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