From 17cb25a433925e347673402651b944fecc6fafc0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 19:42:08 -0400 Subject: [PATCH] cargo-dephell: don't use lib.optional with a list --- pkgs/development/tools/rust/cargo-dephell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-dephell/default.nix b/pkgs/development/tools/rust/cargo-dephell/default.nix index 374e88ad38ea..6a6cfa46d5fd 100644 --- a/pkgs/development/tools/rust/cargo-dephell/default.nix +++ b/pkgs/development/tools/rust/cargo-dephell/default.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl - ] ++ lib.optional stdenv.isDarwin [ + ] ++ lib.optionals stdenv.isDarwin [ curl darwin.apple_sdk.frameworks.Security libgit2_1_3_0