telega-server: fix substitutions for dwebp and ffmpeg binaries
The upstream commit b6aa0b7 in telega.el broke the `dwebp` and `ffmpeg` substitutions
This commit is contained in:
parent
ddc24ff270
commit
625bda3e1f
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ let
|
|||
--replace 'defcustom telega-server-command "telega-server"' \
|
||||
"defcustom telega-server-command \"$out/bin/telega-server\""
|
||||
|
||||
substituteInPlace telega-sticker.el --replace '"dwebp"' '"${pkgs.libwebp}/bin/dwebp"'
|
||||
substituteInPlace telega-sticker.el --replace '"dwebp' '"${pkgs.libwebp}/bin/dwebp'
|
||||
substituteInPlace telega-sticker.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg'
|
||||
|
||||
substituteInPlace telega-vvnote.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg'
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue