zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.11k stars 86 forks source link

Prefer telega-server binary from absolute path #273

Closed adisbladis closed 3 years ago

adisbladis commented 3 years ago

In nixpkgs we patch telega-server-command to point to an absolute store path ( https://github.com/NixOS/nixpkgs/blob/c6f1dc2320db5b28136ca4a78ffce5cf0b7cdba5/pkgs/applications/editors/emacs-modes/melpa-packages.nix#L303-L305 ).

telega-server--find-bin does not take the absolute path case into account but fails because the binary cannot be found in exec-path.

cc @zevlg