nixpkgs/pkgs/development/python-modules/deltachat2/paths.patch
Jörg Thalheim 935eb15442 python311Packages.deltachat2: init at 0.6.2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Robert Schütz <nix@dotlambda.de>
2024-06-19 07:56:39 -07:00

14 lines
567 B
Diff

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,