vector: formatted with nixpkgs-fmt
This commit is contained in:
parent
34bc549bfc
commit
1c32aa3516
@ -1,8 +1,17 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, rustPlatform, openssl, pkg-config, protobuf
|
{ stdenv
|
||||||
, Security, libiconv, rdkafka, tzdata, coreutils, CoreServices
|
, lib
|
||||||
|
, fetchFromGitHub
|
||||||
, features ?
|
, rustPlatform
|
||||||
([ "jemallocator" "rdkafka" "rdkafka/dynamic_linking" ]
|
, openssl
|
||||||
|
, pkg-config
|
||||||
|
, protobuf
|
||||||
|
, Security
|
||||||
|
, libiconv
|
||||||
|
, rdkafka
|
||||||
|
, tzdata
|
||||||
|
, coreutils
|
||||||
|
, CoreServices
|
||||||
|
, features ? ([ "jemallocator" "rdkafka" "rdkafka/dynamic_linking" ]
|
||||||
++ (lib.optional stdenv.targetPlatform.isUnix "unix")
|
++ (lib.optional stdenv.targetPlatform.isUnix "unix")
|
||||||
++ [ "sinks" "sources" "transforms" ])
|
++ [ "sinks" "sources" "transforms" ])
|
||||||
}:
|
}:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user