guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-evil: Remove undo-tree dependency.


From: guix-commits
Subject: 01/01: gnu: emacs-evil: Remove undo-tree dependency.
Date: Tue, 29 Oct 2019 06:01:47 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 3af12c75f9b6d6da1ded9ae4c7d4afe9071eeb68
Author: Clément Lassieur <address@hidden>
Date:   Mon Oct 28 16:32:02 2019 +0100

    gnu: emacs-evil: Remove undo-tree dependency.
    
    Because it is buggy and unnecessary.  See
    <https://github.com/emacs-evil/evil/issues/1074>.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil)[propagated-inputs]: Remove
    emacs-undo-tree and emacs-goto-chg.
---
 gnu/packages/emacs-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 67f9c8c..c12c174 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7422,9 +7422,6 @@ news items, openrc and runscripts.")
         (base32
          "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
     (build-system emacs-build-system)
-    (propagated-inputs
-     `(("emacs-undo-tree" ,emacs-undo-tree)
-       ("emacs-goto-chg" ,emacs-goto-chg)))
     (home-page "https://github.com/emacs-evil/evil";)
     (synopsis "Extensible Vi layer for Emacs")
     (description



reply via email to

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