mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: glibc-locales: Allow finding newer versions.
* gnu/packages/base.scm (glibc-locales)[properties]: New field.
This commit is contained in:
parent
8a018533ba
commit
15216a06fe
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue