diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2025-02-05 12:59:01 +0900 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 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 <mail@nicolasgoaziou.fr>
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 17f83a71787..b8792b1443f 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -7428,7 +7428,7 @@ comes with a script called @samp{perlver}.") | |||
| 7428 | (base32 | 7428 | (base32 |
| 7429 | "1nq1gc4320djn5mqgk55v2vjm3zwq36wq7b365f2kdg9di8qi3nj")))) | 7429 | "1nq1gc4320djn5mqgk55v2vjm3zwq36wq7b365f2kdg9di8qi3nj")))) |
| 7430 | (build-system perl-build-system) | 7430 | (build-system perl-build-system) |
| 7431 | (inputs | 7431 | (propagated-inputs |
| 7432 | (list perl-perlio-utf8_strict perl-sub-exporter)) | 7432 | (list perl-perlio-utf8_strict perl-sub-exporter)) |
| 7433 | (home-page "https://metacpan.org/release/Mixin-Linewise") | 7433 | (home-page "https://metacpan.org/release/Mixin-Linewise") |
| 7434 | (synopsis "Write your linewise code for handles; this does the rest") | 7434 | (synopsis "Write your linewise code for handles; this does the rest") |
