tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
intel-graphics-compiler: move substitutes to postPatch
Bernardo Meurer
3 years ago
eaaa1160
f4f9691c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
intel-graphics-compiler
default.nix
+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}' \