Merge pull request #132436 from vcunat/p/knot-dns-3.1
knot-dns: only depend on libmnl on Linux
This commit is contained in:
commit
b6244360cf
@ -40,12 +40,11 @@ stdenv.mkDerivation rec {
|
|||||||
libiconv lmdb libintl
|
libiconv lmdb libintl
|
||||||
nghttp2 # DoH support in kdig
|
nghttp2 # DoH support in kdig
|
||||||
libmaxminddb # optional for geoip module (it's tiny)
|
libmaxminddb # optional for geoip module (it's tiny)
|
||||||
libmnl # required for knot >= 3.1
|
|
||||||
# without sphinx &al. for developer documentation
|
# without sphinx &al. for developer documentation
|
||||||
# TODO: add dnstap support?
|
# TODO: add dnstap support?
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
libcap_ng systemd
|
libcap_ng systemd
|
||||||
libbpf # XDP support
|
libbpf libmnl # XDP support (it's Linux kernel API)
|
||||||
] ++ lib.optional stdenv.isDarwin zlib; # perhaps due to gnutls
|
] ++ lib.optional stdenv.isDarwin zlib; # perhaps due to gnutls
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user