Show More
@@ -64,6 +64,9 b' self: super: {' | |||||
64 | }); |
|
64 | }); | |
65 |
|
65 | |||
66 | lxml = super.lxml.override (attrs: { |
|
66 | lxml = super.lxml.override (attrs: { | |
|
67 | # johbo: On 16.09 we need this to compile on darwin, otherwise compilation | |||
|
68 | # fails on Darwin. | |||
|
69 | hardeningDisable = if pkgs.stdenv.isDarwin then [ "format" ] else null; | |||
67 | buildInputs = with self; [ |
|
70 | buildInputs = with self; [ | |
68 | pkgs.libxml2 |
|
71 | pkgs.libxml2 | |
69 | pkgs.libxslt |
|
72 | pkgs.libxslt |
General Comments 0
You need to be logged in to leave comments.
Login now