GNU bug report logs -
#72385
[PATCH] lint: tzdata and nss-certs should probably not be inputs at all.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Tue, 30 Jul 2024 21:51:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.