From 2c41ba0fa17ec7e29e8db98822d66f9d9aebe4ab Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sun, 15 Mar 2026 14:44:14 +0000 Subject: [PATCH] lint: glibc-locales should not be an input at all. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Add glibc-locales. Change-Id: Ia762088a35bfda3f665724af915253c9b030d733 Signed-off-by: Ludovic Courtès --- 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)