GNU bug report logs -
#63866
[PATCH 00/16] Add tidyall and some tidiers.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Sat, 3 Jun 2023 05:03:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #131 received at 63866 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl-check.scm (perl-test-class-most): Use propagated inputs
for runtime dependencies.
---
gnu/packages/perl-check.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index e1eb5a0764..9b59170efc 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2018 Kei Kebreau <kkebreau <at> posteo.net>
;;; Copyright © 2020 Paul Garlick <pgarlick <at> tourbillion-technology.com>
;;; Copyright © 2020 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
+;;; Copyright © 2025 gemmaro <gemmaro.dev <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -236,7 +237,7 @@ (define-public perl-test-class-most
(build-system perl-build-system)
(native-inputs
(list perl-module-build))
- (inputs
+ (propagated-inputs
(list perl-test-class perl-test-most perl-module-runtime
perl-try-tiny perl-mro-compat))
(home-page "https://metacpan.org/release/Test-Class-Most")
--
2.47.1
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.