Skip to content

Commit

Permalink
Merge pull request #144686 from r-burns/xmllibxml
Browse files Browse the repository at this point in the history
perlPackages.XMLLibXML: fix build on darwin
  • Loading branch information
thiagokokada authored Nov 5, 2021
2 parents 1285cc4 + 03daab7 commit df56e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24686,7 +24686,8 @@ let
sha256 = "068nhmld1031grgi4qm7k5niwxlbn6qd08zf6g1gj4c7qfas62q1";
};
SKIP_SAX_INSTALL = 1;
buildInputs = [ AlienBuild AlienLibxml2 ];
buildInputs = [ AlienBuild AlienLibxml2 ]
++ lib.optional stdenv.isDarwin pkgs.libiconv;
propagatedBuildInputs = [ XMLSAX ];
};

Expand Down

0 comments on commit df56e76

Please sign in to comment.