unison-fsmonitor: switch new darwin SDK pattern

This commit is contained in:
Nevil Seong
2024-11-10 13:10:15 +09:00
parent 1fb1e70073
commit 98c25c9a6e
@@ -1,9 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
darwin,
}:
rustPlatform.buildRustPackage rec {
@@ -18,10 +16,6 @@ rustPlatform.buildRustPackage rec {
};
cargoHash = "sha256-i5FRTdilY1T25KefZjVS2aVQjfH6KrvO0c4Wwes6zYQ=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
checkFlags = [
# accesses /usr/bin/env
"--skip=test_follow_link"