rsyslog: Move systemd check

This commit is contained in:
Eelco Dolstra 2015-03-16 17:32:41 +01:00
parent 7e285b8b87
commit c1e1092b8b
2 changed files with 2 additions and 3 deletions

@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig libestr json_c zlib pythonPackages.docutils
krb5 systemd jemalloc mysql postgresql libdbi net_snmp libuuid curl gnutls
krb5 jemalloc mysql postgresql libdbi net_snmp libuuid curl gnutls
libgcrypt liblognorm openssl librelp libgt liblogging libnet hadoop rdkafka
libmongo-client czmq rabbitmq-c hiredis
];
] ++ stdenv.lib.optional stdenv.isLinux systemd;
configureFlags = [
"--sysconfdir=/etc"

@ -787,7 +787,6 @@ let
libgcrypt = libgcrypt_1_6;
czmq = null; # Currently Broken
hadoop = null; # Currently Broken
systemd = if stdenv.isLinux then systemd else null;
};
rsyslog-light = callPackage ../tools/system/rsyslog {