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
|
./homeserver-script.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
bcrypt
|
bcrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user