about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-20 11:30:12 +0200
committerMarek Mahut <marek.mahut@gmail.com>2019-08-20 11:30:12 +0200
commitbf5d943513bc9b84d28727c9faadb74769e12df7 (patch)
treecc52a9f51dd2f04e6d8a61a968bce2e64192ab7b /pkgs/applications/altcoins
parent1f80baeed4fa89f91f6829800c7911ccd32995ce (diff)
jormungandr: removing rustup
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/jormungandr/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/jormungandr/default.nix b/pkgs/applications/altcoins/jormungandr/default.nix
index b0ceda6c333fc..a3d7a87fb2ad0 100644
--- a/pkgs/applications/altcoins/jormungandr/default.nix
+++ b/pkgs/applications/altcoins/jormungandr/default.nix
@@ -5,7 +5,6 @@
 , openssl
 , pkgconfig
 , protobuf
-, rustup
 , darwin
 }:
 
@@ -22,7 +21,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "13zcbhhdf4xakp37r920xzcb0prdk58jlph9f3hwlp8npmcws52p";
 
-  nativeBuildInputs = [ pkgconfig protobuf rustup ];
+  nativeBuildInputs = [ pkgconfig protobuf ];
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
 
   PROTOC = "${protobuf}/bin/protoc";