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
1 changed files with 1 additions and 1 deletions

View File

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