mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vector: add enrichment-tables feature to build
This commit is contained in:
parent
ffa4eb958a
commit
20df93568e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,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" "sinks" "sources" "transforms" "vrl-cli" ]
|
||||
, features ? ([ "api" "api-client" "enrichment-tables" "sinks" "sources" "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 a new issue