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.
This commit is contained in:
Clément Lassieur 2019-10-28 16:32:02 +01:00
parent 32325c9999
commit 3af12c75f9
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -7422,9 +7422,6 @@ (define-public emacs-evil
(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