diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2018-03-30 20:41:48 -0400 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2018-04-14 03:52:05 +0530 |
commit | 80c4aabbadc877fb652e84ea975bbdd068eed81a (patch) | |
tree | afde0471853c30d406b355ee1addb7186b26e839 | |
parent | c4373a60685a594f796b7aefff79d2ded17a15a4 (diff) | |
download | patches-80c4aabbadc877fb652e84ea975bbdd068eed81a.tar patches-80c4aabbadc877fb652e84ea975bbdd068eed81a.tar.gz |
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>
-rw-r--r-- | gnu/packages/emacs.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6456d5bdaf..1bb5228b71 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -7057,6 +7057,8 @@ Feautures: (base32 "1hm0k53m7d8zv2pk4p93k5mmilsv1mz7y2z6dqf7r6f0zmncs31a")))) (build-system emacs-build-system) + (propagated-inputs + `(("emacs-evil" ,emacs-evil))) (home-page "https://github.com/redguardtoo/evil-matchit") (synopsis "Vim matchit ported into Emacs") (description |