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:
parent
c064a4a39c
commit
01cf3b41aa
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnutls, liburcu, lmdb, libcap_ng, libidn2, libunistring
|
{ stdenv, fetchurl, pkgconfig, gnutls, liburcu, lmdb, libcap_ng, libidn2, libunistring
|
||||||
, systemd, nettle, libedit, zlib, libiconv, libintl
|
, systemd, nettle, libedit, zlib, libiconv, libintl, libmaxminddb
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
gnutls liburcu libidn2 libunistring
|
gnutls liburcu libidn2 libunistring
|
||||||
nettle libedit
|
nettle libedit
|
||||||
libiconv lmdb libintl
|
libiconv lmdb libintl
|
||||||
|
libmaxminddb # optional for geoip module (it's tiny)
|
||||||
# without sphinx &al. for developer documentation
|
# without sphinx &al. for developer documentation
|
||||||
]
|
]
|
||||||
++ optionals stdenv.isLinux [ libcap_ng systemd ]
|
++ optionals stdenv.isLinux [ libcap_ng systemd ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user