tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fluentd: remove fluent-plugin-scribe
Uri Baghin
4 years ago
36a77bbe
8882ec6f
-34
4 changed files
expand all
collapse all
unified
split
pkgs
development
ruby-modules
gem-config
default.nix
tools
misc
fluentd
Gemfile
Gemfile.lock
gemset.nix
-7
pkgs/development/ruby-modules/gem-config/default.nix
···
623
buildInputs = [ taglib ];
624
};
625
626
-
thrift = attrs: {
627
-
# See: https://stackoverflow.com/questions/36378190/cant-install-thrift-gem-on-os-x-el-capitan/36523125#36523125
628
-
# Note that thrift-0.8.0 is a dependency of fluent-plugin-scribe which is a dependency of fluentd.
629
-
buildFlags = lib.optional (stdenv.isDarwin && lib.versionOlder attrs.version "0.9.2.0")
630
-
"--with-cppflags=\"-D_FORTIFY_SOURCE=0 -Wno-macro-redefined -Wno-shift-negative-value\"";
631
-
};
632
-
633
timfel-krb5-auth = attrs: {
634
buildInputs = [ libkrb5 ];
635
};
···
623
buildInputs = [ taglib ];
624
};
625
0
0
0
0
0
0
0
626
timfel-krb5-auth = attrs: {
627
buildInputs = [ libkrb5 ];
628
};
-1
pkgs/tools/misc/fluentd/Gemfile
···
6
gem 'fluent-plugin-kinesis'
7
gem 'fluent-plugin-kafka'
8
gem 'fluent-plugin-elasticsearch'
9
-
gem 'fluent-plugin-scribe'
10
gem 'fluent-plugin-mongo'
11
gem 'fluent-plugin-webhdfs'
12
gem 'fluent-plugin-rewrite-tag-filter'
···
6
gem 'fluent-plugin-kinesis'
7
gem 'fluent-plugin-kafka'
8
gem 'fluent-plugin-elasticsearch'
0
9
gem 'fluent-plugin-mongo'
10
gem 'fluent-plugin-webhdfs'
11
gem 'fluent-plugin-rewrite-tag-filter'
-5
pkgs/tools/misc/fluentd/Gemfile.lock
···
77
aws-sdk-s3 (~> 1.0)
78
aws-sdk-sqs (~> 1.0)
79
fluentd (>= 0.14.22, < 2)
80
-
fluent-plugin-scribe (1.0.0)
81
-
fluentd
82
-
thrift (~> 0.8.0)
83
fluent-plugin-webhdfs (1.2.4)
84
fluentd (>= 0.14.22)
85
webhdfs (>= 0.6.0)
···
110
sigdump (~> 0.2.2)
111
sigdump (0.2.4)
112
strptime (0.2.3)
113
-
thrift (0.8.0)
114
tzinfo (2.0.0)
115
concurrent-ruby (~> 1.0)
116
tzinfo-data (1.2019.2)
···
131
fluent-plugin-record-reformer
132
fluent-plugin-rewrite-tag-filter
133
fluent-plugin-s3
134
-
fluent-plugin-scribe
135
fluent-plugin-webhdfs
136
fluentd
137
···
77
aws-sdk-s3 (~> 1.0)
78
aws-sdk-sqs (~> 1.0)
79
fluentd (>= 0.14.22, < 2)
0
0
0
80
fluent-plugin-webhdfs (1.2.4)
81
fluentd (>= 0.14.22)
82
webhdfs (>= 0.6.0)
···
107
sigdump (~> 0.2.2)
108
sigdump (0.2.4)
109
strptime (0.2.3)
0
110
tzinfo (2.0.0)
111
concurrent-ruby (~> 1.0)
112
tzinfo-data (1.2019.2)
···
127
fluent-plugin-record-reformer
128
fluent-plugin-rewrite-tag-filter
129
fluent-plugin-s3
0
130
fluent-plugin-webhdfs
131
fluentd
132
-21
pkgs/tools/misc/fluentd/gemset.nix
···
321
};
322
version = "1.1.11";
323
};
324
-
fluent-plugin-scribe = {
325
-
dependencies = ["fluentd" "thrift"];
326
-
groups = ["default"];
327
-
platforms = [];
328
-
source = {
329
-
remotes = ["https://rubygems.org"];
330
-
sha256 = "19m37d0saknifjg8kva96pgsc7zsmdlwvwiy9gvhi2d6c7bq3q30";
331
-
type = "gem";
332
-
};
333
-
version = "1.0.0";
334
-
};
335
fluent-plugin-webhdfs = {
336
dependencies = ["fluentd" "webhdfs"];
337
groups = ["default"];
···
486
type = "gem";
487
};
488
version = "0.2.3";
489
-
};
490
-
thrift = {
491
-
groups = ["default"];
492
-
platforms = [];
493
-
source = {
494
-
remotes = ["https://rubygems.org"];
495
-
sha256 = "0aj23ndh5n5yqcvp4c12y7vl5wvxpl66zncf6n6ax2zvb6ig44cv";
496
-
type = "gem";
497
-
};
498
-
version = "0.8.0";
499
};
500
tzinfo = {
501
dependencies = ["concurrent-ruby"];
···
321
};
322
version = "1.1.11";
323
};
0
0
0
0
0
0
0
0
0
0
0
324
fluent-plugin-webhdfs = {
325
dependencies = ["fluentd" "webhdfs"];
326
groups = ["default"];
···
475
type = "gem";
476
};
477
version = "0.2.3";
0
0
0
0
0
0
0
0
0
0
478
};
479
tzinfo = {
480
dependencies = ["concurrent-ruby"];