knot-dns: yet another attempt to fix build on Darwin

This commit is contained in:
Vladimír Čunát 2017-01-30 16:09:45 +01:00
parent 4396d43a94
commit 7f7faab009
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,5 +1,5 @@
{ 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.
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gnutls jansson liburcu libidn
nettle libedit
libiconv
# without sphinx &al. for developer documentation
]
# Use embedded lmdb there for now, as detection is broken on Darwin somehow.