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 @@ 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 a new issue