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.master
parent
32325c9999
commit
3af12c75f9
gnu/packages
|
@ -7422,9 +7422,6 @@ news items, openrc and runscripts.")
|
||||||
(base32
|
(base32
|
||||||
"1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
|
"1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(home-page "https://github.com/emacs-evil/evil")
|
||||||
(synopsis "Extensible Vi layer for Emacs")
|
(synopsis "Extensible Vi layer for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue