ulogd: support postgresql, mysql and sqlite as databases

The binary weighs ~100KiB more, this is acceptable given that it is very useful to log
to proper RDBMS which we do support anyway.
This commit is contained in:
Raito Bezarius 2023-07-08 04:55:55 +02:00
parent fb7bba2a3f
commit df7941dc4e

View File

@ -1,5 +1,6 @@
{ stdenv, lib, fetchurl, gnumake, libnetfilter_acct, libnetfilter_conntrack
, libnetfilter_log, libmnl, libnfnetlink, automake, autoconf, autogen, libtool
, postgresql, libmysqlclient, sqlite
, pkg-config, libpcap, linuxdoc-tools, autoreconfHook, nixosTests }:
stdenv.mkDerivation rec {
@ -37,6 +38,9 @@ stdenv.mkDerivation rec {
libmnl
libnfnetlink
libpcap
postgresql
libmysqlclient
sqlite
];
nativeBuildInputs = [