Show More
@@ -64,6 +64,9 b' self: super: {' | |||
|
64 | 64 | }); |
|
65 | 65 | |
|
66 | 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 | 70 | buildInputs = with self; [ |
|
68 | 71 | pkgs.libxml2 |
|
69 | 72 | pkgs.libxslt |
General Comments 0
You need to be logged in to leave comments.
Login now