Merge pull request #140207 from dali99/build_synapse_with_worker_support

matrix-synapse: build with redis support
This commit is contained in:
Maximilian Bosch 2021-10-03 12:33:34 +02:00 committed by GitHub
commit 5ea38738d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ lib, stdenv, python3, openssl
, enableSystemd ? stdenv.isLinux, nixosTests
, enableRedis ? false
, enableRedis ? true
, callPackage
}: