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

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72385: closed ([PATCH] lint: tzdata and nss-certs should
 probably not be inputs at all.)
Date: Wed, 12 Mar 2025 02:32:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Mar 2025 22:31:03 -0400
with message-id <Z9Dx54H2LdbVTTxj <at> jasmine.lan>
and subject line Re: [PATCH] lint: tzdata and nss-certs should probably not be inputs at all.
has caused the debbugs.gnu.org bug report #72385,
regarding [PATCH] lint: tzdata and nss-certs should probably not be inputs at all.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72385: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72385
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: 72385-done <at> debbugs.gnu.org
Subject: Re: [PATCH] lint: tzdata and nss-certs should probably not be inputs
 at all.
Date: Tue, 11 Mar 2025 22:31:03 -0400
Finally pushed as 361a1743df58477afa96617e60a28a64f44c42d3


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.