intel-gpu-tools: fix build with gcc9
This commit is contained in:
parent
1be138caa4
commit
90452593fb
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue