gnu: Add glibc-locales-2.31.
* gnu/packages/base.scm (glibc-locales-2.31): New variable.
parent
70f88d53b6
commit
16ff4bc024
|
@ -1229,6 +1229,9 @@ test environments.")
|
||||||
(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.31
|
||||||
|
(package (inherit (make-glibc-locales glibc-2.31))
|
||||||
|
(name "glibc-locales-2.31")))
|
||||||
(define-public glibc-locales-2.30
|
(define-public glibc-locales-2.30
|
||||||
(package (inherit (make-glibc-locales glibc-2.30))
|
(package (inherit (make-glibc-locales glibc-2.30))
|
||||||
(name "glibc-locales-2.30")))
|
(name "glibc-locales-2.30")))
|
||||||
|
|
Reference in New Issue