arrow-cpp: mark broken on x86_64-darwin

No successful build since at least 2026-12-31 on unstable and no open PR
that seems to do anything about it.
This commit is contained in:
Martin Weinelt
2026-03-22 00:35:43 +01:00
parent 325aa771e3
commit b6373348d2
+2
View File
@@ -324,6 +324,8 @@ stdenv.mkDerivation (finalAttrs: {
__structuredAttrs = true;
meta = {
# https://hydra.nixos.org/job/nixpkgs/unstable/arrow-cpp.x86_64-darwin/all
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
description = "Cross-language development platform for in-memory data";
homepage = "https://arrow.apache.org/docs/cpp/";
changelog = "https://arrow.apache.org/release/${finalAttrs.version}.html";