From eb5573ad6263822f2b2dd24adc1baf65ec1875f9 Mon Sep 17 00:00:00 2001 From: happysalada Date: Tue, 31 Dec 2024 13:20:56 -0500 Subject: [PATCH] termscp: darwin fix --- pkgs/by-name/te/termscp/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/te/termscp/package.nix b/pkgs/by-name/te/termscp/package.nix index 812d30c14d85..a0ee8fcd7d91 100644 --- a/pkgs/by-name/te/termscp/package.nix +++ b/pkgs/by-name/te/termscp/package.nix @@ -53,6 +53,7 @@ rustPlatform.buildRustPackage rec { ++ lib.optionals stdenvNoCC.hostPlatform.isDarwin [ "--skip=system::watcher::test::should_poll_file_removed" "--skip=system::watcher::test::should_poll_file_update" + "--skip=system::watcher::test::should_poll_nothing" ]; passthru = {