matrix-synapse: add openssl to buildInputs

It should be included regardless of whether tests are run or not, and
overriding the package to disable tests would break this package up
until this change.
This commit is contained in:
Linus Heckemann 2021-05-19 15:51:52 +02:00
parent 7a1fbc38a4
commit f26200f3b8

View file

@ -24,6 +24,8 @@ buildPythonApplication rec {
./homeserver-script.patch
];
buildInputs = [ openssl ];
propagatedBuildInputs = [
setuptools
bcrypt