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:
parent
9ff91371d0
commit
7e21290079
@ -13924,14 +13924,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
name = "W3C-LinkChecker-4.81";
|
name = "W3C-LinkChecker-4.81";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SC/SCOP/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SC/SCOP/${name}.tar.gz";
|
||||||
sha256 = "0rbaqvv8ql0db4am1nh7ybig3a4kmckgdm7445xww7fr40dzcfb2";
|
sha256 = "6239f61b20d91dce7b21e4d4f626ab93a8f1e2f207da5015590d508cf6c66a65";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
outputs = [ "out" ];
|
||||||
LWP ConfigGeneral NetIP TermReadKey Perl5lib
|
propagatedBuildInputs = [ CGI CSSDOM ConfigGeneral CryptSSLeay EncodeLocale HTMLParser HTTPCookies HTTPMessage LWP LWPProtocolHttps NetHTTP NetIP TermReadKey URI ];
|
||||||
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";
|
||||||
|
license = stdenv.lib.licenses.w3c;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user