Merge pull request #320147 from viraptor/bore-darwin

bore: mark broken on darwin
This commit is contained in:
Aleksana 2024-06-18 19:13:25 +08:00 committed by GitHub
commit 0e08b2ba93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,5 +46,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.isc;
maintainers = [ maintainers.delan ];
mainProgram = "bore";
broken = stdenv.isDarwin; # bindgen fails on: "in6_addr_union_(...)" is not a valid Ident
};
}