mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
intel-graphics-compiler: move substitutes to postPatch
This commit is contained in:
parent
f4f9691c9f
commit
eaaa116016
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
# https://github.com/intel/intel-graphics-compiler/issues/98
|
||||
doCheck = false;
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
substituteInPlace ./external/SPIRV-Tools/CMakeLists.txt \
|
||||
--replace '$'''{SPIRV-Tools_DIR}../../..' \
|
||||
'${spirv-tools}' \
|
||||
|
|
Loading…
Reference in a new issue