intel-gpu-tools: fix build with gcc9
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user