Merge pull request #14416 from grahamc/patch-4
perlPackages.W3CLinkChecker: Add HTTPS support
This commit is contained in:
commit
e899ffc393
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue