cling: use python3

+4 -2
+4 -2
pkgs/development/interpreters/cling/default.nix
··· 1 { lib, stdenv 2 - , python 3 , libffi 4 , git 5 , cmake ··· 38 chmod -R a+w ./tools/cling 39 ''; 40 41 - nativeBuildInputs = [ python git cmake ]; 42 buildInputs = [ libffi llvmPackages_5.llvm zlib ]; 43 44 cmakeFlags = [ 45 "-DLLVM_TARGETS_TO_BUILD=host;NVPTX"
··· 1 { lib, stdenv 2 + , python3 3 , libffi 4 , git 5 , cmake ··· 38 chmod -R a+w ./tools/cling 39 ''; 40 41 + nativeBuildInputs = [ python3 git cmake ]; 42 buildInputs = [ libffi llvmPackages_5.llvm zlib ]; 43 + 44 + strictDeps = true; 45 46 cmakeFlags = [ 47 "-DLLVM_TARGETS_TO_BUILD=host;NVPTX"