about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/bootstrap.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-21 01:47:45 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-12-18 06:07:57 +0100
commit84557733f772f60db1d8a48a5aaeeca9513d56f7 (patch)
treedbe5350b0501b81f6a791662bb1f50612a683fb6 /pkgs/development/compilers/rust/bootstrap.nix
parent515a0f53e4f1cb13357e1e7681db02122547cff5 (diff)
rust: Remove unused `buildRustPackage` from binaryBuild.nix
Diffstat (limited to 'pkgs/development/compilers/rust/bootstrap.nix')
-rw-r--r--pkgs/development/compilers/rust/bootstrap.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/bootstrap.nix b/pkgs/development/compilers/rust/bootstrap.nix
index f0413f194135c..9528d798618f6 100644
--- a/pkgs/development/compilers/rust/bootstrap.nix
+++ b/pkgs/development/compilers/rust/bootstrap.nix
@@ -37,6 +37,5 @@ let
 
 in callPackage ./binaryBuild.nix
   { inherit version src platform;
-    buildRustPackage = null;
     versionType = "bootstrap";
   }