syslogng: fix build by pinning to protobuf_29
https://hydra.nixos.org/build/296045896/nixlog/2/tail
This commit is contained in:
parent
a505ac8f87
commit
df1d902c20
@ -35,7 +35,8 @@
|
|||||||
gperf,
|
gperf,
|
||||||
withGrpc ? true,
|
withGrpc ? true,
|
||||||
grpc,
|
grpc,
|
||||||
protobuf,
|
# see https://github.com/syslog-ng/syslog-ng/pull/5263
|
||||||
|
protobuf_29,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
python-deps =
|
python-deps =
|
||||||
@ -111,7 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
rdkafka
|
rdkafka
|
||||||
]
|
]
|
||||||
++ (lib.optionals withGrpc [
|
++ (lib.optionals withGrpc [
|
||||||
protobuf
|
protobuf_29
|
||||||
grpc
|
grpc
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user