python-lxml: fix build on darwin

by disabling format hardening
This commit is contained in:
Vincent Laporte 2016-11-05 08:09:26 +01:00
parent c6fcd28e2d
commit 250f3feec2

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;