unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72385] [PATCH] lint: tzdata and nss-certs should probably not be inputs at all.
@ 2024-07-30 21:50 Leo Famulari
  0 siblings, 0 replies; only message in thread
From: Leo Famulari @ 2024-07-30 21:50 UTC (permalink / raw)
  To: 72385
  Cc: Christopher Baines, Josselin Poiret, Ludovic Courtès,
	Mathieu Othacehe, Simon Tournier, Tobias Geerinckx-Rice

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-30 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 21:50 [bug#72385] [PATCH] lint: tzdata and nss-certs should probably not be inputs at all Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).