summary refs log tree commit diff
path: root/pkgs/tools/misc/sheldon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/sheldon/default.nix')
-rw-r--r--pkgs/tools/misc/sheldon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/sheldon/default.nix b/pkgs/tools/misc/sheldon/default.nix
index db6aa9d8f17..8f2c458fe1d 100644
--- a/pkgs/tools/misc/sheldon/default.nix
+++ b/pkgs/tools/misc/sheldon/default.nix
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "sha256-uRcaHuDLQm6OYqt01kLbW/mfZnL4HaDabaweaw1EOfs=";
 
-  buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin [ Security curl ];
+  buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security curl ];
   nativeBuildInputs = [ installShellFiles pkg-config ];
 
   # Needs network connection