mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:47:25 +00:00
intel-graphics-compiler: move substitutes to postPatch
This commit is contained in:
parent
f4f9691c9f
commit
eaaa116016
@ -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 New Issue
Block a user