summary refs log tree commit diff
path: root/pkgs/tools/networking/rathole/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/rathole/default.nix')
-rw-r--r--pkgs/tools/networking/rathole/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/rathole/default.nix b/pkgs/tools/networking/rathole/default.nix
index ceaf89ef92e96..cb392114e0627 100644
--- a/pkgs/tools/networking/rathole/default.nix
+++ b/pkgs/tools/networking/rathole/default.nix
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
 
   nativeBuildInputs = [ pkg-config ];
 
-  buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin [ CoreServices ];
+  buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices ];
 
   __darwinAllowLocalNetworking = true;