mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
|
||||
, 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.
|
||||
|
Loading…
Reference in New Issue
Block a user