me
/
guix
Archived
1
0
Fork 0

gnu: glibc-locales: Allow finding newer versions.

* gnu/packages/base.scm (glibc-locales)[properties]: New field.
Efraim Flashner 2022-01-13 19:01:12 +02:00
parent 8a018533ba
commit 15216a06fe
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -1112,7 +1112,8 @@ to the @code{share/locale} sub-directory of this package.")
(assoc-ref %outputs "out")
"/lib/locale/"
,(version-major+minor
(package-version glibc)))))))))))
(package-version glibc)))))))))
(properties `((upstream-name . "glibc")))))
(define %default-utf8-locales
;; These are the locales commonly used for tests---e.g., in Guile's i18n