summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Irelan <rirelan@gmail.com>2015-07-06 23:14:38 -0700
committerRobert Irelan <rirelan@gmail.com>2015-07-09 21:14:55 -0700
commitcf2f3f60cac7cd83efb4ffac019e41d83d678d5a (patch)
treee4dac28d0d0b48ca4a2e172be3ca05f283510c67 /pkgs
parentbf492548a27aca1068fe75d162cad77000134704 (diff)
downloadnixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.tar
nixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.tar.gz
nixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.tar.bz2
nixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.tar.lz
nixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.tar.xz
nixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.tar.zst
nixpkgs-cf2f3f60cac7cd83efb4ffac019e41d83d678d5a.zip
rustCargoPlatform: run on stable Rust
Use stable Rust now that Cargo builds on stable Rust.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 022be12ab0e..74b49c60a7b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4661,7 +4661,7 @@ let
   rustUnstable = recurseIntoAttrs (makeRustPlatform rustcMaster cargo rustUnstable);
 
   # rust platform to build cargo itself (with cargoSnapshot)
-  rustCargoPlatform = makeRustPlatform rustcMaster cargoSnapshot rustCargoPlatform;
+  rustCargoPlatform = makeRustPlatform rustc cargoSnapshot rustCargoPlatform;
 
   makeRustPlatform = rustc: cargo: self:
     let