gnu: perl-hash-merge: Change inputs to propagated-inputs.

Clone::Choose is required at runtime, so this input needs to be
propagated. This change fixes the sqitch package.

* gnu/packages/perl.scm (perl-hash-merge)[inputs]: Change to
propagated-inputs.
This commit is contained in:
Christopher Baines 2019-08-06 19:53:51 +01:00
parent 86445c8e35
commit ec405a4b01
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4082,7 +4082,7 @@ (define-public perl-hash-merge
(base32
"0h3wfnpv5d4d3f9xzmwkchay6251nhzngdv3f6xia56mj4hxabs0"))))
(build-system perl-build-system)
(inputs
(propagated-inputs
`(("perl-clone-choose" ,perl-clone-choose)))
(home-page "https://metacpan.org/release/Hash-Merge")
(synopsis "Merge arbitrarily deep hashes into a single hash")