Skip to content

Commit

Permalink
knot-dns: yet another attempt to fix build on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 30, 2017
1 parent 4396d43 commit 7f7faab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/dns/knot-dns/default.nix
@@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 7f7faab

Please sign in to comment.