perlPackages.MojoSAML: init at 0.07

This commit is contained in:
Stig Palmquist 2020-12-15 12:47:32 +01:00
parent 4cfc3c4d59
commit 38d73a5f6f

View File

@ -13499,6 +13499,22 @@ let
};
};
MojoSAML = buildPerlModule {
pname = "Mojo-SAML";
version = "0.07";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JB/JBERGER/Mojo-SAML-0.07.tar.gz";
sha256 = "03biykpz281z9nmd846jlxwzbaqlqwvh987aw9spl7bgvfn4rhkj";
};
buildInputs = [ ModuleBuildTiny ];
propagatedBuildInputs = [ CryptOpenSSLRSA CryptOpenSSLX509 DataGUID Mojolicious XMLCanonicalizeXML ];
meta = {
description = "A SAML2 toolkit using the Mojo toolkit";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
MojoSQLite = buildPerlModule {
pname = "Mojo-SQLite";
version = "3.004";