myserver: use checkInputs
This commit is contained in:
parent
0449c1258c
commit
2481ed88c7
@ -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" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user