wv2: fix build

This commit is contained in:
Robin Gloster 2017-02-27 13:34:16 +01:00
parent 8d95889fe6
commit e001b729e1
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

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;