Merge pull request #106962 from stigtsp/package/perl-mojo-saml-init
This commit is contained in:
commit
74826cd912
@ -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";
|
||||
@ -22888,6 +22904,21 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
XMLCanonicalizeXML = buildPerlPackage {
|
||||
pname = "XML-CanonicalizeXML";
|
||||
version = "0.10";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SJ/SJZASADA/XML-CanonicalizeXML-0.10.tar.gz";
|
||||
sha256 = "1vl6wbqmq91mc0hkgfwlndbxcv2jm01hj7kpzprw3d6bh144ca77";
|
||||
};
|
||||
buildInputs = [ pkgs.libxml2 ];
|
||||
meta = {
|
||||
description = "Perl extension for inclusive (1.0 and 1.1) and exclusive canonicalization of XML using libxml2";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.sgo ];
|
||||
};
|
||||
};
|
||||
|
||||
XMLDescent = buildPerlModule {
|
||||
pname = "XML-Descent";
|
||||
version = "1.04";
|
||||
|
Loading…
Reference in New Issue
Block a user