diff options
Diffstat (limited to 'gnu/system/locale.scm')
-rw-r--r-- | gnu/system/locale.scm | 2 |
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 |