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:
parent
7a1fbc38a4
commit
f26200f3b8
@ -24,6 +24,8 @@ buildPythonApplication rec {
|
||||
./homeserver-script.patch
|
||||
];
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
bcrypt
|
||||
|
Loading…
Reference in New Issue
Block a user