gnu: emacs-gif-screencast: Fix gifsicle substitution.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast)[arguments]: In the 'configure' phase, fix the gifsicle substitution.master
parent
1719f4f1e3
commit
5db9d10dfd
|
@ -13965,7 +13965,7 @@ try completing. See @code{fish-completion-fallback-on-bash-p}.")
|
|||
("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")
|
||||
|
|
Reference in New Issue