Closed adisbladis closed 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-command
telega-server--find-bin does not take the absolute path case into account but fails because the binary cannot be found in exec-path.
telega-server--find-bin
exec-path
cc @zevlg
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 inexec-path
.cc @zevlg