chez: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-11 10:23:07 +01:00 committed by Franz Pletz
parent 5acbd2f6d8
commit e4f3f9ae10
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
/*
** We patch out a very annoying 'feature' in ./configure, which
** tries to use 'git' to update submodules.