perlPackages.XMLSAX: Disable broken testsuite
This commit is contained in:
parent
47116c2d5c
commit
89700d7b26
@ -16284,6 +16284,8 @@ let self = _self // overrides; _self = with self; {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
||||||
'';
|
'';
|
||||||
|
# https://hydra.nixos.org/build/70726762, seems to be a quoting bug in the Makefile.PL when FULLPERL is passed
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
XMLSAXBase = buildPerlPackage {
|
XMLSAXBase = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user