[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72385] [PATCH] lint: tzdata and nss-certs should probably not be in
From: |
Leo Famulari |
Subject: |
[bug#72385] [PATCH] lint: tzdata and nss-certs should probably not be inputs at all. |
Date: |
Tue, 30 Jul 2024 17:50:01 -0400 |
* 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 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
base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318
--
2.45.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#72385] [PATCH] lint: tzdata and nss-certs should probably not be inputs at all.,
Leo Famulari <=