intel-gpu-tools: fix tests

+2
+2
pkgs/development/tools/misc/intel-gpu-tools/default.nix
··· 20 ''; 21 22 preBuild = '' 23 patchShebangs debugger/system_routine/pre_cpp.py 24 substituteInPlace tools/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)' 25 substituteInPlace tests/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)'
··· 20 ''; 21 22 preBuild = '' 23 + patchShebangs tests 24 + 25 patchShebangs debugger/system_routine/pre_cpp.py 26 substituteInPlace tools/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)' 27 substituteInPlace tests/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)'