From 83fc4d73fcf607a867d9d0a6949447f7b0aaff70 Mon Sep 17 00:00:00 2001 From: Reno Dakota Date: Tue, 7 Jan 2025 14:44:01 +0000 Subject: [PATCH] arrow-cpp: fix boost 187 https://github.com/apache/arrow/commit/5ec8b64668896ff06a86b6a41e700145324e1e34 --- pkgs/by-name/ar/arrow-cpp/package.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/ar/arrow-cpp/package.nix b/pkgs/by-name/ar/arrow-cpp/package.nix index edc53041ec47..c5caee1a22e7 100644 --- a/pkgs/by-name/ar/arrow-cpp/package.nix +++ b/pkgs/by-name/ar/arrow-cpp/package.nix @@ -103,6 +103,13 @@ stdenv.mkDerivation (finalAttrs: { includes = [ "src/arrow/buffer_test.cc" ]; hash = "sha256-ZHkznOilypi1J22d56PhLlw/hbz8RqwsOGDMqI1NsMs="; }) + # https://github.com/apache/arrow/pull/45057 remove on update + (fetchpatch { + name = "boost-187.patch"; + url = "https://github.com/apache/arrow/commit/5ec8b64668896ff06a86b6a41e700145324e1e34.patch"; + relative = "cpp"; + hash = "sha256-GkB7u4YnnaCApOMQPYFJuLdY7R2LtLzKccMEpKCO9ic="; + }) ]; # versions are all taken from