perlPackages.W3CLinkChecker: Add HTTPS support

This commit is contained in:
Graham Christensen 2016-04-02 21:48:07 -05:00
parent 8c6f5ecf8f
commit 6a563a4240

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";