3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #14416 from grahamc/patch-4

perlPackages.W3CLinkChecker: Add HTTPS support
This commit is contained in:
joachifm 2016-04-03 03:14:30 +00:00
commit e899ffc393

View file

@ -13331,7 +13331,7 @@ let self = _self // overrides; _self = with self; {
};
propagatedBuildInputs = [
LWP ConfigGeneral NetIP TermReadKey Perl5lib
CryptSSLeay CSSDOM ];
CryptSSLeay CSSDOM LWPProtocolHttps ];
meta = {
homepage = http://validator.w3.org/checklink;
description = "A tool to check links and anchors in Web pages or full Web sites";