diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 1fcdf8d4e09a..a0bfd0188e7b 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -13924,14 +13924,14 @@ let self = _self // overrides; _self = with self; { name = "W3C-LinkChecker-4.81"; src = fetchurl { url = "mirror://cpan/authors/id/S/SC/SCOP/${name}.tar.gz"; - sha256 = "0rbaqvv8ql0db4am1nh7ybig3a4kmckgdm7445xww7fr40dzcfb2"; + sha256 = "6239f61b20d91dce7b21e4d4f626ab93a8f1e2f207da5015590d508cf6c66a65"; }; - propagatedBuildInputs = [ - LWP ConfigGeneral NetIP TermReadKey Perl5lib - CryptSSLeay CSSDOM LWPProtocolHttps ]; + outputs = [ "out" ]; + propagatedBuildInputs = [ CGI CSSDOM ConfigGeneral CryptSSLeay EncodeLocale HTMLParser HTTPCookies HTTPMessage LWP LWPProtocolHttps NetHTTP NetIP TermReadKey URI ]; meta = { homepage = http://validator.w3.org/checklink; description = "A tool to check links and anchors in Web pages or full Web sites"; + license = stdenv.lib.licenses.w3c; }; };