summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-04-08 14:51:04 +0200
committerLudovic Courtès <ludo@gnu.org>2024-04-29 22:44:06 +0200
commit0575933ac24ad6b9a101dd762405b0cc002e9a53 (patch)
tree45c83af236e4b55afae187d6ce14c0a2c16ad35d
parentd6a6e832e6e318eec0c4866fdde62ae47f29defa (diff)
system: Remove ‘glibc-2.33’ from ‘%default-locale-libcs’.
The transition from glibc 2.33 to 2.35 was done in c919bfefd98bf2e29549539b4e28e6dc2a8a6f32 (one year ago), so we can assume that the backward-compatible locales are no longer needed by default. This removes 92 MiB from the system closure. * gnu/system/locale.scm (%default-locale-libcs): Remove GLIBC-2.33. Change-Id: I85948bbe6b2d424f9f158eeafdb5543688c66c6b
-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 bc572baeb9..4ea82e24d5 100644
--- a/gnu/system/locale.scm
+++ b/gnu/system/locale.scm
@@ -150,7 +150,7 @@ data format changes between libc versions."
;; The libcs for which we build locales by default.
(if (system-hurd?)
(list glibc/hurd)
- (list glibc-2.33 glibc)))
+ (list glibc)))
(define %default-locale-definitions
;; Arbitrary set of locales that are built by default. They are here mostly