Merge pull request #123693 from mayflower/matrix-openssl

matrix-synapse: add openssl to buildInputs
This commit is contained in:
Maximilian Bosch 2021-05-20 11:05:02 +02:00 committed by GitHub
commit edf45520ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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