nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

cargo: switch to python3

+2 -2
+2 -2
pkgs/development/compilers/rust/cargo.nix
··· 1 - { stdenv, file, curl, pkgconfig, python, openssl, cmake, zlib 1 + { stdenv, file, curl, pkgconfig, python3, openssl, cmake, zlib 2 2 , makeWrapper, libiconv, cacert, rustPlatform, rustc, libgit2 3 3 , CoreFoundation, Security 4 4 }: ··· 18 18 dontUpdateAutotoolsGnuConfigScripts = true; 19 19 20 20 nativeBuildInputs = [ pkgconfig cmake makeWrapper ]; 21 - buildInputs = [ cacert file curl python openssl zlib libgit2 ] 21 + buildInputs = [ cacert file curl python3 openssl zlib libgit2 ] 22 22 ++ stdenv.lib.optionals stdenv.isDarwin [ CoreFoundation Security libiconv ]; 23 23 24 24 LIBGIT2_SYS_USE_PKG_CONFIG = 1;