mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add glibc-locales-2.30.
* gnu/packages/base.scm (glibc-locales-2.30): New variable.
This commit is contained in:
parent
a484e019d3
commit
70f88d53b6
1 changed files with 3 additions and 0 deletions
|
@ -1229,6 +1229,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.30
|
||||||
|
(package (inherit (make-glibc-locales glibc-2.30))
|
||||||
|
(name "glibc-locales-2.30")))
|
||||||
(define-public glibc-locales-2.29
|
(define-public glibc-locales-2.29
|
||||||
(package (inherit (make-glibc-locales glibc-2.29))
|
(package (inherit (make-glibc-locales glibc-2.29))
|
||||||
(name "glibc-locales-2.29")))
|
(name "glibc-locales-2.29")))
|
||||||
|
|
Loading…
Reference in a new issue