Merge pull request #123693 from mayflower/matrix-openssl
matrix-synapse: add openssl to buildInputs
This commit is contained in:
commit
edf45520ba
|
@ -24,6 +24,8 @@ buildPythonApplication rec {
|
|||
./homeserver-script.patch
|
||||
];
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
bcrypt
|
||||
|
|
Loading…
Reference in New Issue