Skip to content

Commit

Permalink
knot-dns: another attempt to fix build on Darwin
Browse files Browse the repository at this point in the history
The effort is getting long, without any direct access to a Darwin machine.
  • Loading branch information
vcunat committed Jan 30, 2017
1 parent 63f609b commit fd32b16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
Expand Up @@ -15,11 +15,12 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
gnutls jansson liburcu lmdb libidn
gnutls jansson liburcu libidn
nettle libedit
# without sphinx &al. for developer documentation
]
++ stdenv.lib.optionals stdenv.isLinux [ libcap_ng systemd ];
# Use embedded lmdb there for now, as detection is broken on Darwin somehow.
++ stdenv.lib.optionals stdenv.isLinux [ libcap_ng systemd lmdb ];

enableParallelBuilding = true;

Expand Down

0 comments on commit fd32b16

Please sign in to comment.