avian: use no error

Currently a warning breaks an otherwise working package
This commit is contained in:
Matthew Bauer 2018-06-10 20:34:40 -04:00
parent f522c9c3b9
commit 7eb169a257

View File

@ -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 \