forked from mirrors/nixpkgs
[cpan2nix] perlPackages.LWPProtocolHttps: cleanup
This commit is contained in:
parent
4996fb9b9f
commit
c52ba3b52a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue