me
/
guix
Archived
1
0
Fork 0

system: locale: Only use the current glibc.

Only use the current glibc, as adding glibc-2.29 for compatibility adds
~100MiB to the barebones system closure.

* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.29.
master
Mathieu Othacehe 2020-08-25 19:24:50 +02:00
parent 17dddeeee5
commit 6c443975c9
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ data format changes between libc versions."
(define %default-locale-libcs
;; The libcs for which we build locales by default.
;; List the previous and current libc to ease transition.
(list glibc-2.29 glibc))
(list glibc))
(define %default-locale-definitions
;; Arbitrary set of locales that are built by default. They are here mostly