From cf2f3f60cac7cd83efb4ffac019e41d83d678d5a Mon Sep 17 00:00:00 2001 From: Robert Irelan Date: Mon, 6 Jul 2015 23:14:38 -0700 Subject: [PATCH] rustCargoPlatform: run on stable Rust Use stable Rust now that Cargo builds on stable Rust. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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