perlPackages.MojoSQLite: init at 3.002

Latest is 3.003, but not used as it requires perlPackages.DBDSQLite >= 1.64 and
sqlite >= 3.29.0
This commit is contained in:
Stig Palmquist 2019-10-07 18:36:54 +02:00
parent 60ddfac0c6
commit 1e4eed860b
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -11263,6 +11263,23 @@ let
};
};
MojoSQLite = buildPerlModule {
pname = "Mojo-SQLite";
version = "3.002";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DB/DBOOK/Mojo-SQLite-3.002.tar.gz";
sha256 = "16dn0p14i6r4c8aspvkp7rfry3zy7kr2ffcmncj0pqygk62miinp";
};
buildInputs = [ ModuleBuildTiny ];
propagatedBuildInputs = [ DBDSQLite Mojolicious SQLAbstract URI URIdb ];
meta = {
homepage = "https://github.com/Grinnz/Mojo-SQLite";
description = "A tiny Mojolicious wrapper for SQLite";
license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.sgo ];
};
};
MojoIOLoopForkCall = buildPerlModule {
pname = "Mojo-IOLoop-ForkCall";
version = "0.20";