diff options
author | gemmaro <[email protected]> | 2025-02-05 12:59:01 +0900 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-02-22 15:24:36 +0100 |
commit | b00844be4f1ab5706ac224bc76564ef3d52018f6 (patch) | |
tree | 2b7f7bab193336ec84718bf435308996d560e671 /gnu | |
parent | 1119740f63d0b2bdc58081df5b38f119ab087c97 (diff) |
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 <[email protected]>
Change-Id: Ib28f22c6095543b8eccbb68af942bde49879606b
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 17f83a7178..b8792b1443 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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") |