perlPackages.LWPProtocolHttps: cleanups, enable tests

This commit is contained in:
Stig Palmquist 2023-10-14 16:53:39 +02:00
parent ae4c0e392d
commit a3eb6b6aaf

View file

@ -14361,8 +14361,10 @@ with self; {
};
patches = [ ../development/perl-modules/lwp-protocol-https-cert-file.patch ];
propagatedBuildInputs = [ IOSocketSSL LWP ];
doCheck = false; # tries to connect to https://www.apache.org/.
buildInputs = [ TestRequiresInternet ];
preCheck = ''
export NO_NETWORK_TESTING=1
'';
buildInputs = [ TestRequiresInternet TestNeeds ];
meta = {
description = "Provide https support for LWP::UserAgent";
homepage = "https://github.com/libwww-perl/LWP-Protocol-https";