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
+1
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
};
}