mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
252377d91c
commit
361a1743df
1 changed files with 3 additions and 1 deletions
|
@ -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
|
;; Emit a warning if some inputs of PACKAGE are likely to should not be
|
||||||
;; an input at all.
|
;; an input at all.
|
||||||
(let ((input-names '("python-pip"
|
(let ((input-names '("python-pip"
|
||||||
"python-pre-commit")))
|
"python-pre-commit"
|
||||||
|
"tzdata"
|
||||||
|
"nss-certs")))
|
||||||
(map (lambda (input)
|
(map (lambda (input)
|
||||||
(make-warning
|
(make-warning
|
||||||
package
|
package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue