mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
39ee286510
commit
ede5ae459b
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue