lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

myserver: use checkInputs

+5 -3
+5 -3
pkgs/servers/http/myserver/default.nix
··· 14 14 patches = 15 15 [ ./disable-dns-lookup-in-chroot.patch ]; 16 16 17 - buildInputs = 18 - [ libgcrypt libevent libidn gnutls libxml2 zlib guile texinfo ] 19 - ++ lib.optional doCheck cppunit; 17 + buildInputs = [ 18 + libgcrypt libevent libidn gnutls libxml2 zlib guile texinfo 19 + ]; 20 + 21 + checkInputs = [ cppunit ]; 20 22 21 23 makeFlags = [ "V=1" ]; 22 24