papi: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-01-11 14:41:46 +01:00
parent 10798b7152
commit 146f9fda2b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "13mngf9kl0y2wfxqvkad0smdaag7k8fvw82b4312gx62nwhc1i6r";
};
buildInputs = [ stdenv ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-truncation" ];
preConfigure = ''
cd src