3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.LWPProtocolHttps: cleanup

This commit is contained in:
volth 2018-09-21 12:17:44 +00:00
parent 4996fb9b9f
commit c52ba3b52a

View file

@ -8959,7 +8959,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";