From 361a1743df58477afa96617e60a28a64f44c42d3 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 11 Mar 2025 22:29:13 -0400 Subject: 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 --- guix/lint.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guix/lint.scm b/guix/lint.scm index d54db725b5..e5e124a690 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -618,7 +618,9 @@ (define (check-inputs-should-not-be-an-input-at-all package) ;; 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 -- cgit v1.2.3