mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
syslogng: fix gRPC plugins missing symbols (#438539)
This commit is contained in:
@@ -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
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user