guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-gif-screencast: Fix gifsicle substitution.


From: guix-commits
Subject: 01/01: gnu: emacs-gif-screencast: Fix gifsicle substitution.
Date: Sun, 1 Sep 2019 05:22:48 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 5db9d10dfd27a76475287126fe8a1b741489df4e
Author: Oleg Pykhalov <address@hidden>
Date:   Sun Sep 1 12:15:54 2019 +0300

    gnu: emacs-gif-screencast: Fix gifsicle substitution.
    
    * gnu/packages/emacs-xyz.scm (emacs-gif-screencast)[arguments]: In the
    'configure' phase, fix the gifsicle substitution.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6af5d43..4bfc09d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]