syslogng: fix gRPC plugins missing symbols (#438539)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 13:55:18 +00:00
committed by GitHub

View File

@@ -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
]);