mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-evil-expat: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-expat): Enable tests. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
8deabdba58
commit
a8afeb058e
1 changed files with 3 additions and 0 deletions
|
@ -6915,6 +6915,9 @@ aligning text objects based on separators.")
|
|||
"0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("make" "test")))
|
||||
(home-page "https://github.com/edkolev/evil-expat")
|
||||
(synopsis "Extra @code{ex} commands for @code{evil-mode}")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue