diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/locale.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm index 689d238d1a..77a6ef8e46 100644 --- a/gnu/system/locale.scm +++ b/gnu/system/locale.scm @@ -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 |