mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.
If there's no explicit SSL configuration, the perl-mozilla-ca library acts as a fallback. Including this as an input fixes the use of HTTPS in things that use perl-lwp-protocol-https, for example get-iplayer. * gnu/packages/web.scm (perl-lwp-protocol-https)[propagated-inputs]: Uncomment perl-mozilla-ca.
This commit is contained in:
parent
c1d165ec79
commit
7323316609
1 changed files with 1 additions and 2 deletions
|
@ -3876,8 +3876,7 @@ (define-public perl-lwp-protocol-https
|
|||
(propagated-inputs
|
||||
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
||||
("perl-libwww" ,perl-libwww)
|
||||
;; Users should instead make sure SSL_ca_path is set properly.
|
||||
;; ("perl-mozilla-ca" ,perl-mozilla-ca)
|
||||
("perl-mozilla-ca" ,perl-mozilla-ca)
|
||||
("perl-net-http" ,perl-net-http)))
|
||||
(home-page "https://metacpan.org/release/LWP-Protocol-https")
|
||||
(synopsis "HTTPS support for LWP::UserAgent")
|
||||
|
|
Loading…
Reference in a new issue