about summary refs log tree commit diff
path: root/pkgs/development/libraries/science/benchmark
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-01-11 14:41:46 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2019-06-17 07:25:57 +0200
commit146f9fda2beeb6c2877ba98ce59da91dc768f7c7 (patch)
treeaefef89291d97a7c58ec226a135aeae8f090d6c7 /pkgs/development/libraries/science/benchmark
parent10798b71525fb608811bd311d27dd76edab126b7 (diff)
papi: fix build with gcc8
Diffstat (limited to 'pkgs/development/libraries/science/benchmark')
-rw-r--r--pkgs/development/libraries/science/benchmark/papi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/science/benchmark/papi/default.nix b/pkgs/development/libraries/science/benchmark/papi/default.nix
index f727728943bde..e4e556ab4d6f2 100644
--- a/pkgs/development/libraries/science/benchmark/papi/default.nix
+++ b/pkgs/development/libraries/science/benchmark/papi/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "13mngf9kl0y2wfxqvkad0smdaag7k8fvw82b4312gx62nwhc1i6r";
   };
 
-  buildInputs = [ stdenv ];
+  NIX_CFLAGS_COMPILE = [ "-Wno-error=format-truncation" ];
 
   preConfigure = ''
     cd src