myserver: use checkInputs

This commit is contained in:
Jan Malakhovski 2018-08-08 21:30:01 +00:00
parent 0449c1258c
commit 2481ed88c7

View File

@ -14,9 +14,11 @@ stdenv.mkDerivation rec {
patches = patches =
[ ./disable-dns-lookup-in-chroot.patch ]; [ ./disable-dns-lookup-in-chroot.patch ];
buildInputs = buildInputs = [
[ libgcrypt libevent libidn gnutls libxml2 zlib guile texinfo ] libgcrypt libevent libidn gnutls libxml2 zlib guile texinfo
++ lib.optional doCheck cppunit; ];
checkInputs = [ cppunit ];
makeFlags = [ "V=1" ]; makeFlags = [ "V=1" ];