Unverified Commit df1d902c authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

syslogng: fix build by pinning to protobuf_29

parent a505ac8f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@
  gperf,
  withGrpc ? true,
  grpc,
  protobuf,
  # see https://github.com/syslog-ng/syslog-ng/pull/5263
  protobuf_29,
}:
let
  python-deps =
@@ -111,7 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
      rdkafka
    ]
    ++ (lib.optionals withGrpc [
      protobuf
      protobuf_29
      grpc
    ]);