forked from mirrors/nixpkgs
Merge pull request #140207 from dali99/build_synapse_with_worker_support
matrix-synapse: build with redis support
This commit is contained in:
commit
5ea38738d9
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, python3, openssl
|
||||
, enableSystemd ? stdenv.isLinux, nixosTests
|
||||
, enableRedis ? false
|
||||
, enableRedis ? true
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue