rustc: switch to python3

This commit is contained in:
Jan Tojnar 2019-12-15 13:52:53 +01:00
parent 08c0f1200a
commit 628ff8db61
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,5 +1,5 @@
{ stdenv, removeReferencesTo, pkgsBuildBuild, pkgsBuildHost, pkgsBuildTarget
, fetchurl, file, python2
, fetchurl, file, python3
, llvm_9, darwin, git, cmake, rust, rustPlatform
, pkgconfig, openssl
, which, libffi
@ -121,7 +121,7 @@ in stdenv.mkDerivation rec {
dontUseCmakeConfigure = true;
nativeBuildInputs = [
file python2 rustPlatform.rust.rustc git cmake
file python3 rustPlatform.rust.rustc git cmake
which libffi removeReferencesTo pkgconfig
];