mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
perl-XML-Validator-Schema: fix build
This commit is contained in:
parent
b88d9f7477
commit
34741b84fe
|
@ -12613,6 +12613,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = mirror://cpan/authors/id/S/SA/SAMTREGAR/XML-Validator-Schema-1.10.tar.gz;
|
url = mirror://cpan/authors/id/S/SA/SAMTREGAR/XML-Validator-Schema-1.10.tar.gz;
|
||||||
sha256 = "6142679580150a891f7d32232b5e31e2b4e5e53e8a6fa9cbeecb5c23814f1422";
|
sha256 = "6142679580150a891f7d32232b5e31e2b4e5e53e8a6fa9cbeecb5c23814f1422";
|
||||||
};
|
};
|
||||||
|
buildInputs = [ FileSlurpTiny ];
|
||||||
propagatedBuildInputs = [ TreeDAGNode XMLFilterBufferText XMLSAX ];
|
propagatedBuildInputs = [ TreeDAGNode XMLFilterBufferText XMLSAX ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Validate XML against a subset of W3C XML Schema";
|
description = "Validate XML against a subset of W3C XML Schema";
|
||||||
|
|
Loading…
Reference in a new issue