From f26200f3b850ba7c3946dffa7a460f4b4e75ed75 Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Wed, 19 May 2021 15:51:52 +0200 Subject: [PATCH] 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. --- pkgs/servers/matrix-synapse/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/matrix-synapse/default.nix b/pkgs/servers/matrix-synapse/default.nix index 21cd4a6b86c..b503bb554fe 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