intel-graphics-compiler: use python3
This commit is contained in:
parent
0ca017dadc
commit
8527e634c3
@ -7,7 +7,7 @@
|
|||||||
, flex
|
, flex
|
||||||
, llvmPackages_8
|
, llvmPackages_8
|
||||||
, opencl-clang
|
, opencl-clang
|
||||||
, python
|
, python3
|
||||||
, spirv-llvm-translator
|
, spirv-llvm-translator
|
||||||
|
|
||||||
, buildWithPatches ? true
|
, buildWithPatches ? true
|
||||||
@ -33,9 +33,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1jp3c67ppl1x4pazr5nzy52615cpx0kyckaridhc0fsmrkgilyxq";
|
sha256 = "1jp3c67ppl1x4pazr5nzy52615cpx0kyckaridhc0fsmrkgilyxq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ clang cmake bison flex llvm python ];
|
nativeBuildInputs = [ clang cmake bison flex python3 ];
|
||||||
|
|
||||||
buildInputs = [ clang opencl-clang spirv-llvm-translator ];
|
buildInputs = [ clang opencl-clang spirv-llvm-translator llvm ];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
# checkInputs = [ lit pythonPackages.nose ];
|
# checkInputs = [ lit pythonPackages.nose ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user