zookeeper_mt: fix build with gcc8
This commit is contained in:
parent
0751c5519e
commit
ba6dff4e88
1 changed files with 15 additions and 14 deletions
|
@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
setSourceRoot = "export sourceRoot=${zookeeper.name}/src/c";
|
setSourceRoot = "export sourceRoot=${zookeeper.name}/src/c";
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-overflow" ];
|
||||||
|
|
||||||
buildInputs = [ zookeeper bash ];
|
buildInputs = [ zookeeper bash ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -17,4 +19,3 @@ stdenv.mkDerivation rec {
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue