mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue