intel-graphics-compiler: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:04:07 +01:00
parent 0ca017dadc
commit 8527e634c3

View File

@ -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 ];