diff mbox series

[bug#72385] lint: tzdata and nss-certs should probably not be inputs at all.

Message ID e616659754f3e73c56180c8d55fca0140cc3a2f7.1722376201.git.leo@famulari.name
State New
Headers show
Series [bug#72385] lint: tzdata and nss-certs should probably not be inputs at all. | expand

Commit Message

Leo Famulari July 30, 2024, 9:50 p.m. UTC
* 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(-)


base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318
diff mbox series

Patch

diff --git a/guix/lint.scm b/guix/lint.scm
index 7612832a5a..ab9b1a4b82 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -588,7 +588,9 @@  (define (check-inputs-should-not-be-an-input-at-all package)
   ;; an input at all.
   (let ((input-names '("python-setuptools"
                        "python-pip"
-                       "python-pre-commit")))
+                       "python-pre-commit"
+                       "tzdata"
+                       "nss-certs")))
     (map (lambda (input)
            (make-warning
             package