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:
Lev Livnev
2022-01-11 12:19:25 +00:00
parent ddc24ff270
commit 625bda3e1f
@@ -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'
'';