gnu: emacs-evil-matchit: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-evil-matchit)[propagated-inputs]: Add emacs-evil. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
c4373a6068
commit
80c4aabbad
|
@ -7057,6 +7057,8 @@ Feautures:
|
||||||
(base32
|
(base32
|
||||||
"1hm0k53m7d8zv2pk4p93k5mmilsv1mz7y2z6dqf7r6f0zmncs31a"))))
|
"1hm0k53m7d8zv2pk4p93k5mmilsv1mz7y2z6dqf7r6f0zmncs31a"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-evil" ,emacs-evil)))
|
||||||
(home-page "https://github.com/redguardtoo/evil-matchit")
|
(home-page "https://github.com/redguardtoo/evil-matchit")
|
||||||
(synopsis "Vim matchit ported into Emacs")
|
(synopsis "Vim matchit ported into Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue