knot-resovler: use shared lmdb now
This commit is contained in:
parent
5b75338a50
commit
935ede8a59
|
@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which makeWrapper hexdump ];
|
nativeBuildInputs = [ pkgconfig which makeWrapper hexdump ];
|
||||||
|
|
||||||
buildInputs = [ knot-dns luajit libuv gnutls ]
|
buildInputs = [ knot-dns lmdb luajit libuv gnutls ]
|
||||||
# TODO: lmdb needs lmdb.pc; embedded for now
|
|
||||||
## optional dependencies
|
## optional dependencies
|
||||||
++ optional doInstallCheck cmocka
|
++ optional doInstallCheck cmocka
|
||||||
++ optional stdenv.isLinux systemd # socket activation
|
++ optional stdenv.isLinux systemd # socket activation
|
||||||
|
|
Loading…
Reference in New Issue