gnu: %default-locale-libcs: Add glibc-2.35 and generalize for Hurd.

* gnu/system/locale.scm (%default-locale-libcs): Stop checking for Hurd, since
we have the same libc now.  Also add glibc-2.35 while the transition happens.

Change-Id: I1f4980d18184580f3a42a86ca244c8015df15269
This commit is contained in:
Josselin Poiret 2024-05-26 16:04:32 +02:00 committed by Ludovic Courtès
parent 39ee286510
commit ede5ae459b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -148,9 +148,7 @@ (define* (locale-directory locales
(define %default-locale-libcs (define %default-locale-libcs
;; The libcs for which we build locales by default. ;; The libcs for which we build locales by default.
(if (system-hurd?) (list glibc glibc-2.35))
(list glibc/hurd)
(list glibc)))
(define %default-locale-definitions (define %default-locale-definitions
;; Arbitrary set of locales that are built by default. They come as a ;; Arbitrary set of locales that are built by default. They come as a