Skip to content

Commit

Permalink
perl-XML-LibXML: update and avoid failing tests
Browse files Browse the repository at this point in the history
The test failures were caused by #29431: libxml-2.9.4 -> 2.9.5
  • Loading branch information
vcunat committed Sep 17, 2017
1 parent 96d15ea commit c88fa59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -15662,14 +15662,19 @@ let self = _self // overrides; _self = with self; {
};

XMLLibXML = buildPerlPackage rec {
name = "XML-LibXML-2.0122";
name = "XML-LibXML-2.0129";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "0llgkgifcw7zz7r7f2jiqryi5axymmd3fwzp4aa5gk6j37w66xkn";
sha256 = "0rmk6vysfgcn8434wyydd56midgshly37wx7c50ch038l2djd82w";
};
SKIP_SAX_INSTALL = 1;
buildInputs = [ pkgs.libxml2 ];
propagatedBuildInputs = [ XMLSAX ];

# https://rt.cpan.org/Public/Bug/Display.html?id=122958
preCheck = ''
rm t/32xpc_variables.t t/48_reader_undef_warning_on_empty_str_rt106830.t
'';
};

XMLLibXMLSimple = buildPerlPackage {
Expand Down

0 comments on commit c88fa59

Please sign in to comment.