gnu: perl-http-negotiate: Propagate input.
* gnu/packages/web.scm (perl-http-negotiate): Propagate input perl-http-message, drop input perl-uri (propagated by perl-http-message).
This commit is contained in:
parent
6e8cf5c9e0
commit
d0bb5f77e9
1 changed files with 2 additions and 3 deletions
|
@ -281,9 +281,8 @@ IO::Socket::INET, so you can perform socket operations directly on it too.")
|
||||||
(base32
|
(base32
|
||||||
"05p053vjs5g91v5cmjnny7a3xzddz5k7vnjw81wfh01ilqg9qwhw"))))
|
"05p053vjs5g91v5cmjnny7a3xzddz5k7vnjw81wfh01ilqg9qwhw"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("perl-http-message" ,perl-http-message)
|
`(("perl-http-message" ,perl-http-message)))
|
||||||
("perl-uri" ,perl-uri)))
|
|
||||||
(license (package-license perl))
|
(license (package-license perl))
|
||||||
(synopsis "Perl http content negotiation")
|
(synopsis "Perl http content negotiation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue