fluentd: 1.2.3 -> 1.4.2

This commit is contained in:
Bas van Dijk
2019-04-10 12:46:06 +02:00
parent 6e9f6a63a2
commit ad41c1f1c0
4 changed files with 245 additions and 1967 deletions
@@ -436,6 +436,13 @@ 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 = [ kerberos ];
};