mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 19:28:13 +00:00
Merge pull request #77300 from plumelo/rsyslog
rsyslog: include libmaxminddb
This commit is contained in:
commit
ddbb15dc79
@ -4,6 +4,7 @@
|
||||
, libgcrypt ? null, liblognorm ? null, openssl ? null, librelp ? null, libksi ? null
|
||||
, liblogging ? null, libnet ? null, hadoop ? null, rdkafka ? null
|
||||
, libmongo-client ? null, czmq ? null, rabbitmq-c ? null, hiredis ? null, mongoc ? null
|
||||
, libmaxminddb ? null
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
fastJson libestr json_c zlib pythonPackages.docutils libkrb5 jemalloc
|
||||
postgresql libdbi net-snmp libuuid curl gnutls libgcrypt liblognorm openssl
|
||||
librelp libksi liblogging libnet hadoop rdkafka libmongo-client czmq
|
||||
rabbitmq-c hiredis mongoc
|
||||
rabbitmq-c hiredis mongoc libmaxminddb
|
||||
] ++ stdenv.lib.optional (libmysqlclient != null) libmysqlclient
|
||||
++ stdenv.lib.optional stdenv.isLinux systemd;
|
||||
|
||||
@ -61,6 +62,7 @@ stdenv.mkDerivation rec {
|
||||
(mkFlag true "rsyslogd")
|
||||
(mkFlag true "mail")
|
||||
(mkFlag (liblognorm != null) "mmnormalize")
|
||||
(mkFlag (libmaxminddb != null) "mmdblookup")
|
||||
(mkFlag true "mmjsonparse")
|
||||
(mkFlag true "mmaudit")
|
||||
(mkFlag true "mmanon")
|
||||
|
@ -2133,6 +2133,7 @@ in
|
||||
czmq = null;
|
||||
rabbitmq-c = null;
|
||||
hiredis = null;
|
||||
libmaxminddb = null;
|
||||
};
|
||||
|
||||
mar1d = callPackage ../games/mar1d { } ;
|
||||
@ -7591,7 +7592,7 @@ in
|
||||
zpaqd = callPackage ../tools/archivers/zpaq/zpaqd.nix { };
|
||||
|
||||
zsh-autoenv = callPackage ../tools/misc/zsh-autoenv { };
|
||||
|
||||
|
||||
zsh-bd = callPackage ../shells/zsh/zsh-bd { };
|
||||
|
||||
zsh-git-prompt = callPackage ../shells/zsh/zsh-git-prompt { };
|
||||
|
Loading…
Reference in New Issue
Block a user