mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
2bfe1409ca
commit
9829b9780f
1 changed files with 1 additions and 1 deletions
|
@ -7008,7 +7008,7 @@ commonly needed functionality on lists which is not going to go into
|
|||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
(list perl-test-leaktrace))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
(list perl-exporter-tiny perl-module-implementation))
|
||||
(home-page "https://metacpan.org/release/List-SomeUtils")
|
||||
(synopsis "Provide the stuff missing in List::Util")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue