mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <mail@nicolasgoaziou.fr> Change-Id: If2ff58f06523c6cecfca2602caaed8d1e9c4ab45
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user