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