clipcat: mark broken on darwin

This commit is contained in:
Ingo Reitz
2026-05-16 17:39:10 +02:00
parent ffd42ab461
commit 04f7cec7bc
+1
View File
@@ -55,6 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
xrelkd
bot-wxt1221
];
broken = stdenv.hostPlatform.isDarwin;
mainProgram = "clipcatd";
};
})