mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-gif-screencast: Fix gifsicle substitution.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast)[arguments]: In the 'configure' phase, fix the gifsicle substitution.
This commit is contained in:
parent
1719f4f1e3
commit
5db9d10dfd
1 changed files with 1 additions and 1 deletions
|
@ -13965,7 +13965,7 @@ (define-public emacs-gif-screencast
|
|||
("gif-screencast-cropping-program"
|
||||
(string-append imagemagick "/bin/mogrify"))
|
||||
("gif-screencast-optimize-program"
|
||||
(string-append imagemagick "/bin/gifsicle")))))))))
|
||||
(string-append gifsicle "/bin/gifsicle")))))))))
|
||||
(home-page
|
||||
"https://gitlab.com/Ambrevar/emacs-gif-screencast")
|
||||
(synopsis "One-frame-per-action GIF recording")
|
||||
|
|
Loading…
Reference in a new issue