libzmf: configure with --disable-werror, needed on i686
This commit is contained in:
parent
9e299acf87
commit
98eb852dee
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [boost icu libpng librevenge zlib cppunit];
|
||||
nativeBuildInputs = [doxygen pkgconfig];
|
||||
configureFlags = " --disable-werror ";
|
||||
|
||||
meta = {
|
||||
inherit version;
|
||||
|
Loading…
Reference in New Issue
Block a user