Unverified Commit 60e94fc2 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

ceph.arrow-cpp: pin to protobuf 32 (#462437)

parents b0aa231d 4f1b9784
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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 [