Merge pull request #117593 from FRidh/python2alias

Python: be explicit on whether it is python2 or python3 that is used
This commit is contained in:
Frederik Rietdijk
2021-04-03 18:01:09 +02:00
committed by GitHub
62 changed files with 222 additions and 339 deletions
@@ -7,7 +7,7 @@
, flex
, llvmPackages_8
, opencl-clang
, python
, python3
, spirv-llvm-translator
, buildWithPatches ? true
@@ -33,9 +33,11 @@ stdenv.mkDerivation rec {
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 ];