mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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:
parent
56402ca868
commit
60e069e484
1 changed files with 3 additions and 0 deletions
|
@ -1511,6 +1511,9 @@ (define-public glibc-utf8-locales
|
|||
(make-glibc-utf8-locales glibc)))
|
||||
|
||||
;; 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
|
||||
(package (inherit (make-glibc-locales glibc-2.33))
|
||||
(name "glibc-locales-2.33")))
|
||||
|
|
Loading…
Reference in a new issue