mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 21:33:07 +00:00
cargo-dephell: don't use lib.optional with a list
This commit is contained in:
parent
b643a42a1f
commit
17cb25a433
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
openssl
|
openssl
|
||||||
] ++ lib.optional stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
curl
|
curl
|
||||||
darwin.apple_sdk.frameworks.Security
|
darwin.apple_sdk.frameworks.Security
|
||||||
libgit2_1_3_0
|
libgit2_1_3_0
|
||||||
|
Loading…
Reference in New Issue
Block a user