me
/
guix
Archived
1
0
Fork 0

gnu: Add glibc-locales-2.32.

* gnu/packages/base.scm (glibc-locales-2.32): New variable.
Ricardo Wurmus 2022-05-31 20:08:51 +02:00
parent 16ff4bc024
commit 6d8a3aa9c9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 0 deletions

View File

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