knot-dns: add libmaxminddb dependency

It's really small and some people might find it useful.
(If needed, its output could be split to make it even smaller.)
This commit is contained in:
Vladimír Čunát 2020-08-13 08:12:43 +02:00
parent c064a4a39c
commit 01cf3b41aa
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, gnutls, liburcu, lmdb, libcap_ng, libidn2, libunistring
, systemd, nettle, libedit, zlib, libiconv, libintl
, systemd, nettle, libedit, zlib, libiconv, libintl, libmaxminddb
, autoreconfHook
}:
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
gnutls liburcu libidn2 libunistring
nettle libedit
libiconv lmdb libintl
libmaxminddb # optional for geoip module (it's tiny)
# without sphinx &al. for developer documentation
]
++ optionals stdenv.isLinux [ libcap_ng systemd ]