matrix-synapse: fix startup

(cherry picked from commit 5a01d3ac1f1ea31b9b2635eb2ae1d9f6cd860230)
This commit is contained in:
Maximilian Bosch
2021-08-16 19:15:37 +00:00
committed by github-actions[bot]
parent 2a18679767
commit 268946d9ca
3 changed files with 34 additions and 25 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ buildPythonApplication rec {
};
patches = [
# adds an entry point for the service
./homeserver-script.patch
./0001-setup-add-homeserver-as-console-script.patch
];
buildInputs = [ openssl ];