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.
This commit is contained in:
parent
59639ad8b0
commit
e5ac6bc999
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which makeWrapper hexdump ];
|
nativeBuildInputs = [ pkgconfig which makeWrapper hexdump ];
|
||||||
|
|
||||||
buildInputs = [ knot-dns lmdb luajit libuv gnutls ]
|
buildInputs = [ knot-dns luajit libuv gnutls ]
|
||||||
|
++ optional stdenv.isLinux lmdb # system lmdb causes some problems on Darwin
|
||||||
## optional dependencies
|
## optional dependencies
|
||||||
++ optional doInstallCheck cmocka
|
++ optional doInstallCheck cmocka
|
||||||
++ optional stdenv.isLinux systemd # socket activation
|
++ optional stdenv.isLinux systemd # socket activation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user