rsyslog: Make compatible with non-linux

+1
+1
pkgs/top-level/all-packages.nix
··· 783 783 libgcrypt = libgcrypt_1_6; 784 784 czmq = null; # Currently Broken 785 785 hadoop = null; # Currently Broken 786 + systemd = if stdenv.isLinux then systemd else null; 786 787 }; 787 788 788 789 rsyslog-light = callPackage ../tools/system/rsyslog {