parent
de13f9c5a4
commit
49962a88aa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
setSourceRoot = "export sourceRoot=${zookeeper.name}/src/c";
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-overflow" ];
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionals (!stdenv.isDarwin) [ "-Wno-error=format-overflow" ];
|
||||
|
||||
buildInputs = [ zookeeper bash ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue