mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
rsyslog: Make compatible with non-linux
This commit is contained in:
parent
ebef573641
commit
2ec1f1203b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user