1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <ludo@gnu.org>
This commit is contained in:
Yelninei
2026-03-15 14:44:14 +00:00
committed by Ludovic Courtès
parent adb8a5b93f
commit 2c41ba0fa1

View File

@@ -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)