perlPackages.libwwwperl: init at 6.70

This commit is contained in:
Yongun Seong 2023-05-20 23:57:44 +09:00 committed by Anderson Torres
parent 9060f35cda
commit 5345c491e4

View file

@ -13100,6 +13100,22 @@ with self; {
};
};
libwwwperl = buildPerlPackage {
pname = "libwww-perl";
version = "6.70";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SI/SIMBABQUE/libwww-perl-6.70.tar.gz";
hash = "sha256-NPANI0R1e5wLVa01gI1T6T19kvekZOyDf+anPFH7WWk=";
};
buildInputs = [ HTTPDaemon TestFatal TestNeeds TestRequiresInternet ];
propagatedBuildInputs = [ EncodeLocale FileListing HTMLParser HTTPCookieJar HTTPCookies HTTPDate HTTPMessage HTTPNegotiate LWPMediaTypes NetHTTP TryTiny URI WWWRobotRules ];
meta = {
homepage = "https://github.com/libwww-perl/libwww-perl";
description = "The World-Wide Web library for Perl";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
libxml_perl = buildPerlPackage {
pname = "libxml-perl";
version = "0.08";