Merge pull request #25491 from vaibhavsagar/remove-nginx-syslog

nginx: remove syslog module
This commit is contained in:
Daniel Peebles 2017-05-03 22:46:59 -04:00 committed by GitHub
commit 8f71273a2c

View File

@ -30,18 +30,6 @@
inputs = [ pkgs.expat ];
};
syslog = rec {
src = fetchFromGitHub {
owner = "yaoweibin";
repo = "nginx_syslog_patch";
rev = "3ca5ba65541637f74467038aa032e2586321d0cb";
sha256 = "0y8dxkx8m1jw4v5zsvw1gfah9vh3ryq0hfmrcbjzcmwp5b5lb1i8";
};
preConfigure = ''
patch -p1 < "${src}/syslog-1.7.0.patch"
'';
};
moreheaders = {
src = fetchFromGitHub {
owner = "openresty";