termscp: darwin fix

This commit is contained in:
happysalada
2024-12-31 13:20:56 -05:00
parent ffd125e27f
commit eb5573ad62
+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 = {