rsyslog: Move systemd check
This commit is contained in:
parent
7e285b8b87
commit
c1e1092b8b
@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig libestr json_c zlib pythonPackages.docutils
|
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
|
libgcrypt liblognorm openssl librelp libgt liblogging libnet hadoop rdkafka
|
||||||
libmongo-client czmq rabbitmq-c hiredis
|
libmongo-client czmq rabbitmq-c hiredis
|
||||||
];
|
] ++ stdenv.lib.optional stdenv.isLinux systemd;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
|
@ -787,7 +787,6 @@ let
|
|||||||
libgcrypt = libgcrypt_1_6;
|
libgcrypt = libgcrypt_1_6;
|
||||||
czmq = null; # Currently Broken
|
czmq = null; # Currently Broken
|
||||||
hadoop = null; # Currently Broken
|
hadoop = null; # Currently Broken
|
||||||
systemd = if stdenv.isLinux then systemd else null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
rsyslog-light = callPackage ../tools/system/rsyslog {
|
rsyslog-light = callPackage ../tools/system/rsyslog {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user