avian: use no error
Currently a warning breaks an otherwise working package
This commit is contained in:
parent
f522c9c3b9
commit
7eb169a257
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ zlib jdk ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices Foundation ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error";
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace makefile \
|
||||
|
Loading…
Reference in New Issue
Block a user