Commit 4a418efe authored by Guy Chronister's avatar Guy Chronister Committed by Weijia Wang
Browse files

rsyslog-light: migrate overrides to by-name

parent 7f6a95f0
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
{
  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;
}
+0 −27
Original line number Diff line number Diff line
@@ -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 {