[cpan2nix] perlPackages.LWPProtocolHttps: cleanup

This commit is contained in:
volth 2019-03-05 03:58:58 +00:00
parent c84f39818b
commit a752bba6bf

View file

@ -8893,7 +8893,7 @@ let
sha256 = "1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j";
};
patches = [ ../development/perl-modules/lwp-protocol-https-cert-file.patch ];
propagatedBuildInputs = [ IOSocketSSL LWP ];
propagatedBuildInputs = [ IOSocketSSL LWP MozillaCA ];
doCheck = false; # tries to connect to https://www.apache.org/.
meta = {
description = "Provide https support for LWP::UserAgent";