summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorgemmaro <[email protected]>2025-02-05 12:59:04 +0900
committerNicolas Goaziou <[email protected]>2025-02-22 15:24:43 +0100
commita2621488ee7fabae09f3213613636558802a8cc6 (patch)
tree724f349b3f8ef8a3252f537c49e6872b06022165 /gnu
parent49626dc2b8de29007e57b126f8f0fb4253d13f63 (diff)
gnu: perl-test-class-most: Use propagated inputs.
* gnu/packages/perl-check.scm (perl-test-class-most): Use propagated inputs for runtime dependencies. Signed-off-by: Nicolas Goaziou <[email protected]> Change-Id: I8794ac94f0b75f58d5a8c756b0b6b22a8fbeb102
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl-check.scm3
1 files changed, 2 insertions, 1 deletions
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 <[email protected]>
;;; Copyright © 2020 Paul Garlick <[email protected]>
;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2025 gemmaro <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -236,7 +237,7 @@ Built using @code{Test::Builder}, it was designed to work with other
(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")