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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72385 in the body.
You can then email your comments to 72385 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#72385; Package guix-patches. (Tue, 30 Jul 2024 21:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org. (Tue, 30 Jul 2024 21:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 12 Mar 2025 02:32:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Wed, 12 Mar 2025 02:32:02 GMT) Full text and rfc822 format available.

Message #10 received at 72385-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Apr 2025 11:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 82 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.