diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2025-02-05 12:58:58 +0900 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-22 15:24:28 +0100 |
| commit | 9829b9780fe9eee095ad1a48ff93e23f74fac1dd (patch) | |
| tree | 1fae493ff6717084fd1a07baf4cb21c1fca2b577 /gnu | |
| parent | 2bfe1409cae9b0c84db6da3ffd6ea90839bfa951 (diff) | |
gnu: perl-list-someutils: Use propagated inputs.
* gnu/packages/perl.scm (perl-list-someutils): Use propagated inputs
for runtime dependencies.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I83367e67f38b2f358ef1498f7ee5b023426d3c4f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/perl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6025189524a..30d7d8f23e7 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -7008,7 +7008,7 @@ commonly needed functionality on lists which is not going to go into | |||
| 7008 | (build-system perl-build-system) | 7008 | (build-system perl-build-system) |
| 7009 | (native-inputs | 7009 | (native-inputs |
| 7010 | (list perl-test-leaktrace)) | 7010 | (list perl-test-leaktrace)) |
| 7011 | (inputs | 7011 | (propagated-inputs |
| 7012 | (list perl-exporter-tiny perl-module-implementation)) | 7012 | (list perl-exporter-tiny perl-module-implementation)) |
| 7013 | (home-page "https://metacpan.org/release/List-SomeUtils") | 7013 | (home-page "https://metacpan.org/release/List-SomeUtils") |
| 7014 | (synopsis "Provide the stuff missing in List::Util") | 7014 | (synopsis "Provide the stuff missing in List::Util") |
