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

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