Merge pull request #67051 from mmahut/jormungandr

jormungandr: removing rustup
This commit is contained in:
Marek Mahut 2019-08-20 17:48:03 +02:00 committed by GitHub
commit 20d253112d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";