[cpan2nix] perlPackages.LWPProtocolHttps: cleanup

This commit is contained in:
volth 2019-04-22 01:12:55 +00:00
parent cbe9245996
commit e26abf0275

View file

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