wv2: fix build

This commit is contained in:
Robin Gloster
2017-02-27 13:34:16 +01:00
parent 8d95889fe6
commit e001b729e1

View File

@@ -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;