diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-13 19:01:12 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-14 11:41:24 +0200 |
commit | 15216a06fe259b4f5058c74236939ba69fa02002 (patch) | |
tree | 0e159f995791d18ff236a174b0014aad20d5127d | |
parent | 8a018533bab42eb719315c1ba5adb099c7d6b6d8 (diff) | |
download | guix-15216a06fe259b4f5058c74236939ba69fa02002.tar.gz |
gnu: glibc-locales: Allow finding newer versions.
* gnu/packages/base.scm (glibc-locales)[properties]: New field.
-rw-r--r-- | gnu/packages/base.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 12e4de52d4..24c6341913 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -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 |