mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
32325c9999
commit
3af12c75f9
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue