about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-05-19 15:51:52 +0200
committerLinus Heckemann <git@sphalerite.org>2021-05-19 16:59:25 +0200
commitf26200f3b850ba7c3946dffa7a460f4b4e75ed75 (patch)
treefb4c462d584f9842f47ef89aaa2f0279ec70881d /pkgs/servers
parent7a1fbc38a4b538450ac0d42aec8a3e513b4d723e (diff)
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.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/matrix-synapse/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/matrix-synapse/default.nix b/pkgs/servers/matrix-synapse/default.nix
index 21cd4a6b86c70..b503bb554fe99 100644
--- a/pkgs/servers/matrix-synapse/default.nix
+++ b/pkgs/servers/matrix-synapse/default.nix
@@ -24,6 +24,8 @@ buildPythonApplication rec {
     ./homeserver-script.patch
   ];
 
+  buildInputs = [ openssl ];
+
   propagatedBuildInputs = [
     setuptools
     bcrypt