Merge pull request #20179 from vbgl/lxml-darwin

python-lxml: fix build on darwin
This commit is contained in:
Daiderd Jordan 2016-11-05 11:48:18 +01:00 committed by GitHub
commit 2df4d24a74

View File

@ -13650,6 +13650,8 @@ in {
buildInputs = with self; [ pkgs.libxml2 pkgs.libxslt ];
hardeningDisable = stdenv.lib.optional stdenv.isDarwin "format";
meta = {
description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = http://lxml.de;
@ -13668,6 +13670,8 @@ in {
buildInputs = with self; [ pkgs.libxml2 pkgs.libxslt ];
hardeningDisable = stdenv.lib.optional stdenv.isDarwin "format";
meta = {
description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = http://lxml.de;