Skip to content

Commit

Permalink
perlPackages.XMLSAX: Disable broken testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Mar 7, 2018
1 parent 47116c2 commit 89700d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -16284,6 +16284,8 @@ let self = _self // overrides; _self = with self; {
postInstall = ''
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 {
Expand Down

0 comments on commit 89700d7

Please sign in to comment.