arrow-cpp: mark broken on x86_64-darwin (#502065)

This commit is contained in:
Martin Weinelt
2026-03-23 07:37:56 +00:00
committed by GitHub
+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";