diff options
author | gemmaro <[email protected]> | 2025-02-05 12:58:57 +0900 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-02-22 15:24:25 +0100 |
commit | 2bfe1409cae9b0c84db6da3ffd6ea90839bfa951 (patch) | |
tree | 3f07f3f2d05e8cf44d13b431fca46fffbe5112c1 /gnu | |
parent | 22e44509fdbf124329159628d315f480ce70a6f2 (diff) |
gnu: perl-config-ini: Use propagated inputs.
* gnu/packages/perl.scm (perl-config-ini): Use propagated inputs
for runtime dependencies.
Signed-off-by: Nicolas Goaziou <[email protected]>
Change-Id: If2ff58f06523c6cecfca2602caaed8d1e9c4ab45
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 6cccc983a6..6025189524 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2130,7 +2130,7 @@ of the style used by the Git version control system.") (base32 "1spxzpwpwspw7cwkkg97rf0dafmjl95cv43xj1568402fdx7kghb")))) (build-system perl-build-system) - (inputs + (propagated-inputs (list perl-mixin-linewise perl-perlio-utf8_strict perl-sub-exporter)) (home-page "https://metacpan.org/release/Config-INI") (synopsis "Simple .ini-file format reader and writer") |