intel-graphics-compiler: move substitutes to postPatch

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