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
Oleg Pykhalov 2019-09-01 12:15:54 +03:00
parent 1719f4f1e3
commit 5db9d10dfd
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 1 additions and 1 deletions

View File

@ -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")