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:13:31 +00:00
parent ddc24ff270
commit 625bda3e1f
No known key found for this signature in database
GPG key ID: 68FF81E6A7850F49

View file

@ -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'
'';