perlPackages.XMLCanonicalizeXML: init at 0.10
This commit is contained in:
parent
0cb7962a12
commit
4cfc3c4d59
1 changed files with 15 additions and 0 deletions
|
@ -22888,6 +22888,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 a new issue