Commit e77030d0 authored by Adrian Pistol's avatar Adrian Pistol
Browse files

syslogng: fix gRPC plugins missing symbols

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