Skip to content

Commit e5ac6bc

Browse files
committedFeb 15, 2017
knot-resolver: use embedded lmdb on Darwin for now
I don't know what's wrong there, and Darwin isn't among primary platforms for kresd.
1 parent 59639ad commit e5ac6bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pkgs/servers/dns/knot-resolver/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
2323

2424
nativeBuildInputs = [ pkgconfig which makeWrapper hexdump ];
2525

26-
buildInputs = [ knot-dns lmdb luajit libuv gnutls ]
26+
buildInputs = [ knot-dns luajit libuv gnutls ]
27+
++ optional stdenv.isLinux lmdb # system lmdb causes some problems on Darwin
2728
## optional dependencies
2829
++ optional doInstallCheck cmocka
2930
++ optional stdenv.isLinux systemd # socket activation

0 commit comments

Comments
 (0)