arrow-cpp: pin to protobuf_31

Fails to build on 32.
This commit is contained in:
K900
2025-09-02 11:45:16 +03:00
parent 811949f4f9
commit 082129233f
+3 -3
View File
@@ -37,7 +37,7 @@
openssl,
perl,
pkg-config,
protobuf,
protobuf_31,
python3,
rapidjson,
re2,
@@ -145,7 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
libbacktrace
lz4
nlohmann_json # alternative JSON parser to rapidjson
protobuf # substrait requires protobuf
protobuf_31 # substrait requires protobuf
rapidjson
re2
snappy
@@ -157,7 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals enableFlight [
grpc
openssl
protobuf
protobuf_31
sqlite
]
++ lib.optionals enableS3 [