lol

syslogng: fix gRPC plugins missing symbols (#438539)

authored by

Peder Bergebakken Sundt and committed by
GitHub
214e5d39 79f0a78b

+2 -3
+2 -3
pkgs/by-name/sy/syslogng/package.nix
··· 35 35 gperf, 36 36 withGrpc ? true, 37 37 grpc, 38 - # see https://github.com/syslog-ng/syslog-ng/pull/5263 39 - protobuf_29, 38 + protobuf, 40 39 }: 41 40 let 42 41 python-deps = ··· 111 110 rdkafka 112 111 ] 113 112 ++ (lib.optionals withGrpc [ 114 - protobuf_29 113 + protobuf 115 114 grpc 116 115 ]); 117 116