mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Disable hiredis in rsyslog as it is currently broken.
This commit is contained in:
parent
ae8c6092e7
commit
290132bf89
@ -830,6 +830,7 @@ let
|
||||
libgcrypt = libgcrypt_1_6;
|
||||
czmq = null; # Currently Broken
|
||||
hadoop = null; # Currently Broken
|
||||
hiredis = null; # Currently Broken
|
||||
};
|
||||
|
||||
rsyslog-light = callPackage ../tools/system/rsyslog {
|
||||
|
Loading…
Reference in New Issue
Block a user