anytype: mark as broken on darwin

(cherry picked from commit 518b5ba83d)
This commit is contained in:
Kira Bruneau
2025-09-07 20:25:58 -04:00
committed by github-actions[bot]
parent 3fb3c0acb3
commit bc8fcb1887

View File

@@ -1,5 +1,6 @@
{
lib,
stdenv,
fetchFromGitHub,
buildNpmPackage,
pkg-config,
@@ -133,5 +134,6 @@ buildNpmPackage {
"x86_64-darwin"
"aarch64-darwin"
];
broken = stdenv.hostPlatform.isDarwin;
};
}