gnu: glibc-locales: Allow finding newer versions.

* gnu/packages/base.scm (glibc-locales)[properties]: New field.
This commit is contained in:
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

View file

@ -1112,7 +1112,8 @@ (define (locale-directory? file stat)
(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