knot-dns: yet another attempt to fix build on Darwin
This commit is contained in:
parent
4396d43a94
commit
7f7faab009
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnutls, jansson, liburcu, lmdb, libcap_ng, libidn
|
{ stdenv, fetchurl, pkgconfig, gnutls, jansson, liburcu, lmdb, libcap_ng, libidn
|
||||||
, systemd, nettle, libedit, zlib
|
, systemd, nettle, libedit, zlib, libiconv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# Note: ATM only the libraries have been tested in nixpkgs.
|
# Note: ATM only the libraries have been tested in nixpkgs.
|
||||||
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
gnutls jansson liburcu libidn
|
gnutls jansson liburcu libidn
|
||||||
nettle libedit
|
nettle libedit
|
||||||
|
libiconv
|
||||||
# without sphinx &al. for developer documentation
|
# without sphinx &al. for developer documentation
|
||||||
]
|
]
|
||||||
# Use embedded lmdb there for now, as detection is broken on Darwin somehow.
|
# Use embedded lmdb there for now, as detection is broken on Darwin somehow.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user