Revert "syslog-ng: Update from 3.5.6 to 3.6.1"

This reverts commit e2ada42623.
This commit is contained in:
William A. Kennington III
2014-11-02 17:22:28 -08:00
parent 617cd15c8e
commit 8e1072fd60
3 changed files with 20 additions and 8 deletions
+4 -5
View File
@@ -1,17 +1,16 @@
{ stdenv, fetchurl, eventlog, pkgconfig, glib, python, systemd, perl
, riemann_c_client, protobufc, yacc }:
{ stdenv, fetchurl, eventlog, pkgconfig, glib, python, systemd, perl }:
stdenv.mkDerivation rec {
name = "syslog-ng-${version}";
version = "3.6.1";
version = "3.5.6";
src = fetchurl {
url = "http://www.balabit.com/downloads/files?path=/syslog-ng/sources/${version}/source/syslog-ng_${version}.tar.gz";
sha256 = "1s3lsxk2pky3jkfamkw5ivpxq2kazikcvdgpmxiyn5w10dwkd0m7";
sha256 = "19i1idklpgn6mz0mg7194by5fjgvvh5n4v2a0rr1z0778l2038kc";
};
buildInputs = [ eventlog pkgconfig glib python systemd perl riemann_c_client protobufc yacc ];
buildInputs = [ eventlog pkgconfig glib python systemd perl ];
configureFlags = [
"--enable-dynamic-linking"