guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2c41ba0fa17ec7e29e8db98822d66f9d9aebe4ab
Author: Yelninei <[email protected]>
AuthorDate: Sun Mar 15 14:44:14 2026 +0000

    lint: glibc-locales should not be an input at all.
    
    * guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Add 
glibc-locales.
    
    Change-Id: Ia762088a35bfda3f665724af915253c9b030d733
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 guix/lint.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index 748c3c8e8e..e5191c2dd2 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -634,7 +634,8 @@ of a package, and INPUT-NAMES, a list of package 
specifications such as
                       '("python-pip"
                         "python-pre-commit"
                         "tzdata"
-                        "nss-certs")
+                        "nss-certs"
+                        "glibc-locales")
                       (map (cut string-append "python-" <>)
                            pypi-ignored-inputs))))
     (map (lambda (input)

Reply via email to