intel-graphics-compiler: move substitutes to postPatch

+1 -1
+1 -1
pkgs/development/compilers/intel-graphics-compiler/default.nix
··· 54 54 # https://github.com/intel/intel-graphics-compiler/issues/98 55 55 doCheck = false; 56 56 57 - patchPhase = '' 57 + postPatch = '' 58 58 substituteInPlace ./external/SPIRV-Tools/CMakeLists.txt \ 59 59 --replace '$'''{SPIRV-Tools_DIR}../../..' \ 60 60 '${spirv-tools}' \