nginxUnstable: disable the broken syslog patch

This commit is contained in:
Vladimír Čunát 2014-11-16 09:40:54 +01:00
parent eac8fcff1a
commit 48776868f7

View File

@ -7568,7 +7568,7 @@ let
}; };
nginxUnstable = callPackage ../servers/http/nginx/unstable.nix { nginxUnstable = callPackage ../servers/http/nginx/unstable.nix {
fullWebDAV = true; fullWebDAV = true;
syslog = true; syslog = false; # the patch is not found
moreheaders = true; moreheaders = true;
}; };