mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
vector: enable sources-dnstap feature
This feature is enabled in the official build: https://github.com/vectordotdev/vector/blob/v0.30.0/Cargo.toml#L376
This commit is contained in:
parent
fe53f2096b
commit
d6a1aea19b
@ -24,7 +24,7 @@
|
||||
# TODO investigate adding "vrl-cli" and various "vendor-*"
|
||||
# "disk-buffer" is using leveldb TODO: investigate how useful
|
||||
# it would be, perhaps only for massive scale?
|
||||
, features ? ([ "api" "api-client" "enrichment-tables" "sinks" "sources" "transforms" "vrl-cli" ]
|
||||
, features ? ([ "api" "api-client" "enrichment-tables" "sinks" "sources" "sources-dnstap" "transforms" "vrl-cli" ]
|
||||
# the second feature flag is passed to the rdkafka dependency
|
||||
# building on linux fails without this feature flag (both x86_64 and AArch64)
|
||||
++ lib.optionals enableKafka [ "rdkafka?/gssapi-vendored" ]
|
||||
|
Loading…
Reference in New Issue
Block a user