diff options
Diffstat (limited to 'guix/lint.scm')
-rw-r--r-- | guix/lint.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix/lint.scm b/guix/lint.scm index d54db725b5..e5e124a690 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -618,7 +618,9 @@ of a package, and INPUT-NAMES, a list of package specifications such as ;; Emit a warning if some inputs of PACKAGE are likely to should not be ;; an input at all. (let ((input-names '("python-pip" - "python-pre-commit"))) + "python-pre-commit" + "tzdata" + "nss-certs"))) (map (lambda (input) (make-warning package |