Merge pull request #68759 from marsam/fix-chez-build

chez: fix build on darwin
This commit is contained in:
Matthew Bauer 2019-09-14 11:58:10 -04:00 committed by GitHub
commit 94d48451a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
NIX_CFLAGS_COMPILE = stdenv.lib.optional stdenv.cc.isGNU "-Wno-error=format-truncation";
/*
** We patch out a very annoying 'feature' in ./configure, which