rustc: switch to python3

wip/yesman
Jan Tojnar 5 years ago
parent 08c0f1200a
commit 628ff8db61
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 4
      pkgs/development/compilers/rust/rustc.nix

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

Loading…
Cancel
Save