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];
|
buildInputs = [boost icu libpng librevenge zlib cppunit];
|
||||||
nativeBuildInputs = [doxygen pkgconfig];
|
nativeBuildInputs = [doxygen pkgconfig];
|
||||||
|
configureFlags = " --disable-werror ";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
Loading…
Reference in New Issue