forked from mirrors/nixpkgs
Merge pull request #154537 from livnev/emacs-telega-fix-substitutions
melpa-packages.nix: fix substitutions for dwebp and ffmpeg binaries
This commit is contained in:
commit
ca6ab52583
|
@ -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