ares-rs: mark as broken on darwin

This commit is contained in:
Fabian Affolter
2025-05-19 18:54:15 +02:00
parent f340e1b51f
commit ed13d8a02f
+2
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
pkg-config,
@@ -36,5 +37,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "ares";
broken = stdenv.isDarwin;
};
}