knot-resolver: use checkInputs
This commit is contained in:
parent
2dd797a1d2
commit
0449c1258c
1 changed files with 2 additions and 1 deletions
|
@ -27,11 +27,12 @@ unwrapped = stdenv.mkDerivation rec {
|
|||
|
||||
# http://knot-resolver.readthedocs.io/en/latest/build.html#requirements
|
||||
buildInputs = [ knot-dns luajit libuv gnutls nettle lmdb ]
|
||||
++ optional doCheck cmocka
|
||||
++ optional stdenv.isLinux systemd # sd_notify
|
||||
## optional dependencies; TODO: libedit, dnstap
|
||||
;
|
||||
|
||||
checkInputs = [ cmocka ];
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)"
|
||||
"ROOTHINTS=${dns-root-data}/root.hints"
|
||||
|
|
Loading…
Reference in a new issue