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 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, stdenv, python3, openssl
|
{ lib, stdenv, python3, openssl
|
||||||
, enableSystemd ? stdenv.isLinux, nixosTests
|
, enableSystemd ? stdenv.isLinux, nixosTests
|
||||||
, enableRedis ? false
|
, enableRedis ? true
|
||||||
, callPackage
|
, callPackage
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue