about summary refs log tree commit diff
path: root/pkgs/development/python-modules/deltachat2/paths.patch
blob: 92cfe11fc6f0e55102115188ba32c3c3210e542c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/deltachat2/transport.py b/deltachat2/transport.py
index a93dc7e..251947b 100644
--- a/deltachat2/transport.py
+++ b/deltachat2/transport.py
@@ -71,7 +71,7 @@ class IOTransport:
             # `process_group` is not supported before Python 3.11.
             kwargs = {"preexec_fn": os.setpgrp, **self._kwargs}  # noqa: PLW1509
         self.process = subprocess.Popen(  # noqa: R1732
-            "deltachat-rpc-server",
+            "@deltachatrpcserver@",
             stdin=subprocess.PIPE,
             stdout=subprocess.PIPE,
             **kwargs,