summaryrefslogtreecommitdiff
path: root/pkgs/servers/matrix-synapse/homeserver-script.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/matrix-synapse/homeserver-script.patch')
-rw-r--r--pkgs/servers/matrix-synapse/homeserver-script.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/servers/matrix-synapse/homeserver-script.patch b/pkgs/servers/matrix-synapse/homeserver-script.patch
deleted file mode 100644
index 554a2c5f66c1..000000000000
--- a/pkgs/servers/matrix-synapse/homeserver-script.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/homeserver b/homeserver
-new file mode 120000
-index 000000000..2f1d41351
---- /dev/null
-+++ b/homeserver
-@@ -0,0 +1 @@
-+synapse/app/homeserver.py
-\ No newline at end of file
-diff --git a/setup.py b/setup.py
-index 5ce06c898..f1ccd95bc 100755
---- a/setup.py
-+++ b/setup.py
-@@ -115,6 +115,6 @@ setup(
- "Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.7",
- ],
-- scripts=["synctl"] + glob.glob("scripts/*"),
-+ scripts=["synctl", "homeserver"] + glob.glob("scripts/*"),
- cmdclass={"test": TestCommand},
- )
---
-2.22.0
-