ares-rs: mark as broken on darwin (#408790)

This commit is contained in:
Fabian Affolter
2025-05-20 08:39:33 +02:00
committed by GitHub
+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;
};
}