rustc: switch to python3
This commit is contained in:
parent
08c0f1200a
commit
628ff8db61
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, removeReferencesTo, pkgsBuildBuild, pkgsBuildHost, pkgsBuildTarget
|
{ stdenv, removeReferencesTo, pkgsBuildBuild, pkgsBuildHost, pkgsBuildTarget
|
||||||
, fetchurl, file, python2
|
, fetchurl, file, python3
|
||||||
, llvm_9, darwin, git, cmake, rust, rustPlatform
|
, llvm_9, darwin, git, cmake, rust, rustPlatform
|
||||||
, pkgconfig, openssl
|
, pkgconfig, openssl
|
||||||
, which, libffi
|
, which, libffi
|
||||||
@ -121,7 +121,7 @@ in stdenv.mkDerivation rec {
|
|||||||
dontUseCmakeConfigure = true;
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
file python2 rustPlatform.rust.rustc git cmake
|
file python3 rustPlatform.rust.rustc git cmake
|
||||||
which libffi removeReferencesTo pkgconfig
|
which libffi removeReferencesTo pkgconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user