Merge pull request #240933 from tjni/cargo-public-api
cargo-public-api: add curl dependency
This commit is contained in:
commit
78fba319ee
@ -2,6 +2,7 @@
|
||||
, rustPlatform
|
||||
, fetchCrate
|
||||
, pkg-config
|
||||
, curl
|
||||
, openssl
|
||||
, stdenv
|
||||
, darwin
|
||||
@ -20,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ openssl ]
|
||||
buildInputs = [ curl openssl ]
|
||||
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
|
||||
# Tests fail
|
||||
|
Loading…
Reference in New Issue
Block a user