intel-gpu-tools: fix tests

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