summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-10-13 22:15:47 -0400
committerGitHub <noreply@github.com>2020-10-13 22:15:47 -0400
commitf3db41d7303b3a3af8624daf4208c605cd07499c (patch)
treeba09a905cfda66a87c3f153634bb499e0103b29a /pkgs/top-level
parent326a5f7132de5f6c90c266b8d1b5892559407a22 (diff)
parent54b4b470c3a7149a7c459d92859a51c2e7a04cf7 (diff)
Merge pull request #99335 from obsidiansystems/make-rust-platform-separate
makeRustPlatform: Put back in it's own file.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index dd90a030fabe..9f8570899b2d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9680,7 +9680,8 @@ in
rustPackages = rustPackages_1_45;
inherit (rustPackages) cargo clippy rustc rustPlatform;
- inherit (rust) makeRustPlatform;
+
+ makeRustPlatform = callPackage ../development/compilers/rust/make-rust-platform.nix {};
buildRustCrate = callPackage ../build-support/rust/build-rust-crate { };
buildRustCrateHelpers = callPackage ../build-support/rust/build-rust-crate/helpers.nix { };