summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-06-15 23:04:48 +0200
committerRobert Helgesson <robert@rycee.net>2016-06-15 23:16:29 +0200
commit7e21290079930c8c1ec174ff6c786187796cc188 (patch)
treea9114b3a622bf070d113b57ad140845e2ddc85df /pkgs/top-level/perl-packages.nix
parent9ff91371d040941c347b95dc7ea081a9c6aa4d0e (diff)
downloadnixlib-7e21290079930c8c1ec174ff6c786187796cc188.tar
nixlib-7e21290079930c8c1ec174ff6c786187796cc188.tar.gz
nixlib-7e21290079930c8c1ec174ff6c786187796cc188.tar.bz2
nixlib-7e21290079930c8c1ec174ff6c786187796cc188.tar.lz
nixlib-7e21290079930c8c1ec174ff6c786187796cc188.tar.xz
nixlib-7e21290079930c8c1ec174ff6c786187796cc188.tar.zst
nixlib-7e21290079930c8c1ec174ff6c786187796cc188.zip
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.
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix8
1 files changed, 4 insertions, 4 deletions
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;
     };
   };