perl-W3C-LinkChecker: fix build

Build failed due to missing `docdev` result, fixed by setting explicit
`outputs` field. Also add license and clean up run-time dependencies.
This commit is contained in:
Robert Helgesson 2016-06-15 23:04:48 +02:00
parent 9ff91371d0
commit 7e21290079

View file

@ -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;
};
};