cargo-flash: 0.8.0 -> 0.10.1 ; fix darwin build (#123210)

This commit is contained in:
Raphael Megzari
2021-05-17 08:06:46 +09:00
committed by GitHub
parent a2f3a63953
commit ea6d3aa18f
2 changed files with 15 additions and 7 deletions
+3 -1
View File
@@ -11558,7 +11558,9 @@ in
cargo-embed = callPackage ../development/tools/rust/cargo-embed { };
cargo-expand = callPackage ../development/tools/rust/cargo-expand { };
cargo-feature = callPackage ../development/tools/rust/cargo-feature { };
cargo-flash = callPackage ../development/tools/rust/cargo-flash { };
cargo-flash = callPackage ../development/tools/rust/cargo-flash {
inherit (darwin.apple_sdk.frameworks) Security;
};
cargo-fund = callPackage ../development/tools/rust/cargo-fund {
inherit (darwin.apple_sdk.frameworks) Security;
};