rsyslog-light: migrate overrides to by-name
This commit is contained in:
committed by
Weijia Wang
parent
7f6a95f08d
commit
4a418efe56
@@ -0,0 +1,30 @@
|
||||
{
|
||||
rsyslog,
|
||||
}:
|
||||
|
||||
rsyslog.override {
|
||||
withKrb5 = false;
|
||||
withSystemd = false;
|
||||
withJemalloc = false;
|
||||
withMysql = false;
|
||||
withPostgres = false;
|
||||
withDbi = false;
|
||||
withNetSnmp = false;
|
||||
withUuid = false;
|
||||
withCurl = false;
|
||||
withGnutls = false;
|
||||
withGcrypt = false;
|
||||
withLognorm = false;
|
||||
withMaxminddb = false;
|
||||
withOpenssl = false;
|
||||
withRelp = false;
|
||||
withKsi = false;
|
||||
withLogging = false;
|
||||
withNet = false;
|
||||
withHadoop = false;
|
||||
withRdkafka = false;
|
||||
withMongo = false;
|
||||
withCzmq = false;
|
||||
withRabbitmq = false;
|
||||
withHiredis = false;
|
||||
}
|
||||
@@ -1935,33 +1935,6 @@ with pkgs;
|
||||
|
||||
roundcubePlugins = recurseIntoAttrs (callPackage ../servers/roundcube/plugins { });
|
||||
|
||||
rsyslog-light = rsyslog.override {
|
||||
withKrb5 = false;
|
||||
withSystemd = false;
|
||||
withJemalloc = false;
|
||||
withMysql = false;
|
||||
withPostgres = false;
|
||||
withDbi = false;
|
||||
withNetSnmp = false;
|
||||
withUuid = false;
|
||||
withCurl = false;
|
||||
withGnutls = false;
|
||||
withGcrypt = false;
|
||||
withLognorm = false;
|
||||
withMaxminddb = false;
|
||||
withOpenssl = false;
|
||||
withRelp = false;
|
||||
withKsi = false;
|
||||
withLogging = false;
|
||||
withNet = false;
|
||||
withHadoop = false;
|
||||
withRdkafka = false;
|
||||
withMongo = false;
|
||||
withCzmq = false;
|
||||
withRabbitmq = false;
|
||||
withHiredis = false;
|
||||
};
|
||||
|
||||
xmlsort = perlPackages.XMLFilterSort;
|
||||
|
||||
mcelog = callPackage ../os-specific/linux/mcelog {
|
||||
|
||||
Reference in New Issue
Block a user