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
View this message in rfc822 format
* gnu/packages/perl-check.scm (perl-test-class-most): Use propagated inputs
for runtime dependencies.
Change-Id: I78c09e16d8532ae4a46a97230d8e4ee55ddd4a53
---
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 5ef56227ce..ef60c2b6aa 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 © 2024 gemmaro <gemmaro.dev <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -213,7 +214,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.45.2
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.