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
parent
17dddeeee5
commit
6c443975c9
|
@ -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
|
||||
|
|
Reference in New Issue