From e001b729e1db5c3dcb683ca725c757dcbb6e2aa0 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 27 Feb 2017 13:34:16 +0100 Subject: [PATCH] wv2: fix build --- pkgs/tools/misc/wv2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/wv2/default.nix b/pkgs/tools/misc/wv2/default.nix index 1c2c94ff89c..f39eaf0b047 100644 --- a/pkgs/tools/misc/wv2/default.nix +++ b/pkgs/tools/misc/wv2/default.nix @@ -11,6 +11,8 @@ stdenv.mkDerivation rec { buildInputs = [ pkgconfig cmake libgsf glib libxml2 ]; + NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2"; + meta = { description = "Excellent MS Word filter lib, used in most Office suites"; license = stdenv.lib.licenses.lgpl2;