mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
zookeeper_mt: fix build with gcc9
This commit is contained in:
parent
095f2b9805
commit
ef4c3a352b
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
setSourceRoot = "export sourceRoot=${zookeeper.name}/src/c";
|
setSourceRoot = "export sourceRoot=${zookeeper.name}/src/c";
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-overflow" ];
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-overflow" "-Wno-error=stringop-truncation" ];
|
||||||
|
|
||||||
buildInputs = [ zookeeper bash ];
|
buildInputs = [ zookeeper bash ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue