lint: tzdata and nss-certs should probably not be inputs at all.

* guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Add tzdata and
nss-certs to the list of bad ideas.

Change-Id: I321d6989fc96013565d8be4480ee9928b7784245
This commit is contained in:
Leo Famulari 2025-03-11 22:29:13 -04:00
parent 252377d91c
commit 361a1743df
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -618,7 +618,9 @@ of a package, and INPUT-NAMES, a list of package specifications such as
;; Emit a warning if some inputs of PACKAGE are likely to should not be
;; an input at all.
(let ((input-names '("python-pip"
"python-pre-commit")))
"python-pre-commit"
"tzdata"
"nss-certs")))
(map (lambda (input)
(make-warning
package