mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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 a new issue