forked from mirrors/nixpkgs
bozohttpd: remove unnecessary checkFlags
This commit is contained in:
parent
28508dce6a
commit
77acedc33b
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
checkInputs = [ inetutils wget ];
|
||||
checkFlags = [ "-dx" "VERBOSE=yes" ] ++ optional (!cgiSupport) "CGITESTS=";
|
||||
checkFlags = optional (!cgiSupport) "CGITESTS=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Bozotic HTTP server; small and secure";
|
||||
|
|
Loading…
Reference in a new issue