Skip to content

Commit

Permalink
Merge pull request #154537 from livnev/emacs-telega-fix-substitutions
Browse files Browse the repository at this point in the history
melpa-packages.nix: fix substitutions for dwebp and ffmpeg binaries
  • Loading branch information
adisbladis committed Jan 11, 2022
2 parents dfdb5a9 + 625bda3 commit ca6ab52
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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'
'';
Expand Down

0 comments on commit ca6ab52

Please sign in to comment.