gnu: Add glibc-locales-2.35.

* gnu/packages/base.scm (glibc-locales-2.35): Add glibc-locales variant.

Change-Id: I72da524f7ff0cd897630c79c111dd7273065da0a
This commit is contained in:
Josselin Poiret 2024-05-26 16:07:58 +02:00 committed by Ludovic Courtès
parent 56402ca868
commit 60e069e484
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1511,6 +1511,9 @@ (define-public glibc-utf8-locales
(make-glibc-utf8-locales glibc))) (make-glibc-utf8-locales glibc)))
;; Packages provided to ease use of binaries linked against the previous libc. ;; Packages provided to ease use of binaries linked against the previous libc.
(define-public glibc-locales-2.35
(package (inherit (make-glibc-locales glibc-2.35))
(name "glibc-locales-2.35")))
(define-public glibc-locales-2.33 (define-public glibc-locales-2.33
(package (inherit (make-glibc-locales glibc-2.33)) (package (inherit (make-glibc-locales glibc-2.33))
(name "glibc-locales-2.33"))) (name "glibc-locales-2.33")))