rsyslog-light: Add derivation
This commit is contained in:
parent
0bc51eacd9
commit
42d985df99
1 changed files with 26 additions and 0 deletions
|
@ -785,6 +785,32 @@ let
|
|||
hadoop = null; # Currently Broken
|
||||
};
|
||||
|
||||
rsyslog-light = callPackage ../tools/system/rsyslog {
|
||||
krb5 = null;
|
||||
systemd = null;
|
||||
jemalloc = null;
|
||||
mysql = null;
|
||||
postgresql = null;
|
||||
libdbi = null;
|
||||
net_snmp = null;
|
||||
libuuid = null;
|
||||
curl = null;
|
||||
gnutls = null;
|
||||
libgcrypt = null;
|
||||
liblognorm = null;
|
||||
openssl = null;
|
||||
librelp = null;
|
||||
libgt = null;
|
||||
liblogging = null;
|
||||
libnet = null;
|
||||
hadoop = null;
|
||||
rdkafka = null;
|
||||
libmongo-client = null;
|
||||
czmq = null;
|
||||
rabbitmq-c = null;
|
||||
hiredis = null;
|
||||
};
|
||||
|
||||
mcrypt = callPackage ../tools/misc/mcrypt { };
|
||||
|
||||
mstflint = callPackage ../tools/misc/mstflint { };
|
||||
|
|
Loading…
Reference in a new issue