mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-mixin-linewise: Use propagated inputs.
* gnu/packages/perl.scm (perl-mixin-linewise): Use propagated inputs for runtime dependencies. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ib28f22c6095543b8eccbb68af942bde49879606b
This commit is contained in:
parent
1119740f63
commit
b00844be4f
1 changed files with 1 additions and 1 deletions
|
@ -7428,7 +7428,7 @@ comes with a script called @samp{perlver}.")
|
|||
(base32
|
||||
"1nq1gc4320djn5mqgk55v2vjm3zwq36wq7b365f2kdg9di8qi3nj"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
(list perl-perlio-utf8_strict perl-sub-exporter))
|
||||
(home-page "https://metacpan.org/release/Mixin-Linewise")
|
||||
(synopsis "Write your linewise code for handles; this does the rest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue