From a162a562bd78a7d3587347fab5b8c6cfdc48b248 Mon Sep 17 00:00:00 2001 From: Kirill Elagin Date: Sun, 6 Jan 2019 13:05:30 +0300 Subject: [PATCH] lighttpd: Enable tests They seem to pass now, so why not. --- pkgs/servers/http/lighttpd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix index 4023265b49b..a7e9c1447f1 100644 --- a/pkgs/servers/http/lighttpd/default.nix +++ b/pkgs/servers/http/lighttpd/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { ''; checkInputs = [ perl ]; - doCheck = false; # fails 2 tests + doCheck = true; postInstall = '' mkdir -p "$out/share/lighttpd/doc/config"