From 4f1b9784fd7115f3836e3000931bf81dbff497f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lima?= Date: Mon, 17 Nov 2025 01:38:38 +0000 Subject: [PATCH] ceph.arrow-cpp: pin to protobuf 32 --- pkgs/by-name/ce/ceph/arrow-cpp-19.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ce/ceph/arrow-cpp-19.nix b/pkgs/by-name/ce/ceph/arrow-cpp-19.nix index eb2d7ecc628c..769c8297037b 100644 --- a/pkgs/by-name/ce/ceph/arrow-cpp-19.nix +++ b/pkgs/by-name/ce/ceph/arrow-cpp-19.nix @@ -43,7 +43,7 @@ openssl, perl, pkg-config, - protobuf, + protobuf_32, python3, rapidjson, re2, @@ -165,7 +165,7 @@ stdenv.mkDerivation (finalAttrs: { libbacktrace lz4 nlohmann_json # alternative JSON parser to rapidjson - protobuf # substrait requires protobuf + protobuf_32 # substrait requires protobuf rapidjson re2 snappy @@ -177,7 +177,6 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals enableFlight [ grpc openssl - protobuf sqlite ] ++ lib.optionals enableS3 [