mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
system: Remove ‘glibc-2.33’ from ‘%default-locale-libcs’.
The transition from glibc 2.33 to 2.35 was done in
c919bfefd9
(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
This commit is contained in:
parent
d6a6e832e6
commit
0575933ac2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ (define %default-locale-libcs
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue