guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/27: gnu: glibc-locales: Allow finding newer versions.


From: guix-commits
Subject: 26/27: gnu: glibc-locales: Allow finding newer versions.
Date: Fri, 14 Jan 2022 04:43:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 15216a06fe259b4f5058c74236939ba69fa02002
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 13 19:01:12 2022 +0200

    gnu: glibc-locales: Allow finding newer versions.
    
    * gnu/packages/base.scm (glibc-locales)[properties]: New field.
---
 gnu/packages/base.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]