termscp: darwin fix (#369737)

This commit is contained in:
Yt
2024-12-31 20:54:37 -05:00
committed by GitHub
+1
View File
@@ -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 = {