Merge pull request #67051 from mmahut/jormungandr
jormungandr: removing rustup
This commit is contained in:
commit
20d253112d
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue