nginxUnstable: disable the broken syslog patch

This commit is contained in:
Vladimír Čunát
2014-11-17 09:27:55 +01:00
parent eac8fcff1a
commit 48776868f7
+1 -1
View File
@@ -7568,7 +7568,7 @@ let
};
nginxUnstable = callPackage ../servers/http/nginx/unstable.nix {
fullWebDAV = true;
syslog = true;
syslog = false; # the patch is not found
moreheaders = true;
};