matrix-synapse: Add txredisapi as dependency when using redis
This commit is contained in:
parent
f7f52a4fbf
commit
55e325032b
@ -60,7 +60,7 @@ buildPythonApplication rec {
|
||||
typing-extensions
|
||||
unpaddedbase64
|
||||
] ++ lib.optional enableSystemd systemd
|
||||
++ lib.optional enableRedis hiredis;
|
||||
++ lib.optionals enableRedis [ hiredis txredisapi ];
|
||||
|
||||
checkInputs = [ mock parameterized openssl ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user