forked from mirrors/nixpkgs
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
|
||||
, 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 ]
|
||||
|
|
Loading…
Reference in a new issue