intel-gpu-tools: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 13:27:43 +01:00
parent 1be138caa4
commit 90452593fb
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
libXext libXv libXrandr glib bison libunwind python3 procps
gtk-doc openssl peg ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=array-bounds" ];
preConfigure = ''
./autogen.sh
'';