mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
fluentd: remove fluent-plugin-scribe
This commit is contained in:
parent
8882ec6ff9
commit
36a77bbe7e
|
@ -623,13 +623,6 @@ in
|
|||
buildInputs = [ taglib ];
|
||||
};
|
||||
|
||||
thrift = attrs: {
|
||||
# See: https://stackoverflow.com/questions/36378190/cant-install-thrift-gem-on-os-x-el-capitan/36523125#36523125
|
||||
# Note that thrift-0.8.0 is a dependency of fluent-plugin-scribe which is a dependency of fluentd.
|
||||
buildFlags = lib.optional (stdenv.isDarwin && lib.versionOlder attrs.version "0.9.2.0")
|
||||
"--with-cppflags=\"-D_FORTIFY_SOURCE=0 -Wno-macro-redefined -Wno-shift-negative-value\"";
|
||||
};
|
||||
|
||||
timfel-krb5-auth = attrs: {
|
||||
buildInputs = [ libkrb5 ];
|
||||
};
|
||||
|
|
|
@ -6,7 +6,6 @@ gem 'fluent-plugin-s3'
|
|||
gem 'fluent-plugin-kinesis'
|
||||
gem 'fluent-plugin-kafka'
|
||||
gem 'fluent-plugin-elasticsearch'
|
||||
gem 'fluent-plugin-scribe'
|
||||
gem 'fluent-plugin-mongo'
|
||||
gem 'fluent-plugin-webhdfs'
|
||||
gem 'fluent-plugin-rewrite-tag-filter'
|
||||
|
|
|
@ -77,9 +77,6 @@ GEM
|
|||
aws-sdk-s3 (~> 1.0)
|
||||
aws-sdk-sqs (~> 1.0)
|
||||
fluentd (>= 0.14.22, < 2)
|
||||
fluent-plugin-scribe (1.0.0)
|
||||
fluentd
|
||||
thrift (~> 0.8.0)
|
||||
fluent-plugin-webhdfs (1.2.4)
|
||||
fluentd (>= 0.14.22)
|
||||
webhdfs (>= 0.6.0)
|
||||
|
@ -110,7 +107,6 @@ GEM
|
|||
sigdump (~> 0.2.2)
|
||||
sigdump (0.2.4)
|
||||
strptime (0.2.3)
|
||||
thrift (0.8.0)
|
||||
tzinfo (2.0.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
tzinfo-data (1.2019.2)
|
||||
|
@ -131,7 +127,6 @@ DEPENDENCIES
|
|||
fluent-plugin-record-reformer
|
||||
fluent-plugin-rewrite-tag-filter
|
||||
fluent-plugin-s3
|
||||
fluent-plugin-scribe
|
||||
fluent-plugin-webhdfs
|
||||
fluentd
|
||||
|
||||
|
|
|
@ -321,17 +321,6 @@
|
|||
};
|
||||
version = "1.1.11";
|
||||
};
|
||||
fluent-plugin-scribe = {
|
||||
dependencies = ["fluentd" "thrift"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "19m37d0saknifjg8kva96pgsc7zsmdlwvwiy9gvhi2d6c7bq3q30";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.0.0";
|
||||
};
|
||||
fluent-plugin-webhdfs = {
|
||||
dependencies = ["fluentd" "webhdfs"];
|
||||
groups = ["default"];
|
||||
|
@ -487,16 +476,6 @@
|
|||
};
|
||||
version = "0.2.3";
|
||||
};
|
||||
thrift = {
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0aj23ndh5n5yqcvp4c12y7vl5wvxpl66zncf6n6ax2zvb6ig44cv";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.8.0";
|
||||
};
|
||||
tzinfo = {
|
||||
dependencies = ["concurrent-ruby"];
|
||||
groups = ["default"];
|
||||
|
|
Loading…
Reference in a new issue