Commit df7941dc authored by Raito Bezarius's avatar Raito Bezarius
Browse files

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.
parent fb7bba2a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ 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 = [