rsyslog: Make compatible with non-linux

This commit is contained in:
William A. Kennington III 2015-03-12 14:12:21 -07:00
parent ebef573641
commit 2ec1f1203b

View file

@ -783,6 +783,7 @@ 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 {