diff options
author | gemmaro <gemmaro.dev@gmail.com> | 2025-02-05 12:59:04 +0900 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-22 15:24:43 +0100 |
commit | a2621488ee7fabae09f3213613636558802a8cc6 (patch) | |
tree | 724f349b3f8ef8a3252f537c49e6872b06022165 | |
parent | 49626dc2b8de29007e57b126f8f0fb4253d13f63 (diff) | |
download | guix-a2621488ee7fabae09f3213613636558802a8cc6.tar.gz guix-a2621488ee7fabae09f3213613636558802a8cc6.zip |
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 <mail@nicolasgoaziou.fr>
Change-Id: I8794ac94f0b75f58d5a8c756b0b6b22a8fbeb102
-rw-r--r-- | gnu/packages/perl-check.scm | 3 |
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 <kkebreau@posteo.net> ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com> ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2025 gemmaro <gemmaro.dev@gmail.com> ;;; ;;; 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") |