Skip to content

Commit

Permalink
perlPackages: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Feb 4, 2020
1 parent 17d25f3 commit 0cfef72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.

This file was deleted.

10 changes: 2 additions & 8 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -194,7 +194,7 @@ let
sha256 = "0b3dj1510fxldhicijvw390gnh5j1k6rjzcc2jzs9f8nwfkqh6r2";
};
propagatedBuildInputs = [ AlienBuild ];
buildInputs = [ MojoDOM58 SortVersions Test2Suite URI ];
buildInputs = [ pkgs.libxml2 MojoDOM58 SortVersions Test2Suite URI ];
meta = {
description = "Install the C libxml2 library on your system";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
Expand Down Expand Up @@ -12502,7 +12502,6 @@ let
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-AttributeHelpers-0.25.tar.gz;
sha256 = "b0c819ec83999b258b248f82059fa5975a0cee365423abbee0efaca5401c5ec6";
};
patches = [ ../development/perl-modules/MooseXAttributeHelpers-perl-5.20.patch ];
buildInputs = [ ModuleBuildTiny TestException ];
propagatedBuildInputs = [ Moose ];
meta = {
Expand Down Expand Up @@ -20656,13 +20655,8 @@ let
sha256 = "1bp2d5jpfmp35f2giwqx60q2rmzq469szkxzfcqkd742x72h4ayc";
};
SKIP_SAX_INSTALL = 1;
buildInputs = [ pkgs.libxml2 AlienLibxml2 ];
buildInputs = [ AlienLibxml2 ];
propagatedBuildInputs = [ XMLSAX ];

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

XMLLibXMLSimple = buildPerlPackage {
Expand Down

0 comments on commit 0cfef72

Please sign in to comment.