1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

perlPackages.SeleniumRemoteDriver: init at 1.49 (#348793)

This commit is contained in:
Stig 2024-10-15 21:53:38 +02:00 committed by GitHub
commit f490aba999
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22382,6 +22382,22 @@ with self; {
};
};
SeleniumRemoteDriver = buildPerlPackage {
pname = "Selenium-Remote-Driver";
version = "1.49";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TE/TEODESIAN/Selenium-Remote-Driver-1.49.tar.gz";
hash = "sha256-yg7/7s6kK72vOVqI5j5EkoWKAAZAfJTRz8QY1BOX+mI=";
};
buildInputs = [ TestDeep TestFatal TestLWPUserAgent TestMockModule ];
propagatedBuildInputs = [ ArchiveZip Clone FileWhich HTTPMessage IOString JSON LWP Moo SubInstall TestLongString TryTiny XMLSimple namespaceclean ];
meta = {
homepage = "https://github.com/teodesian/Selenium-Remote-Driver";
description = "Perl Client for Selenium Remote Driver";
license = lib.licenses.asl20;
};
};
SerealDecoder = buildPerlPackage {
pname = "Sereal-Decoder";
version = "5.004";