bozohttpd: remove unnecessary checkFlags

This commit is contained in:
embr 2021-05-24 13:35:38 +02:00
parent 28508dce6a
commit 77acedc33b

View file

@ -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";