gnu: emacs-evil-nerd-commenter: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Enable tests.
This commit is contained in:
parent
91af1031e5
commit
5d1d7ae413
|
@ -7112,6 +7112,9 @@ pasting into and from @code{tmux} paste buffers.")
|
||||||
"1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
|
"1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("make" "test")))
|
||||||
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
|
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
|
||||||
(synopsis "Comment and uncomment lines efficiently")
|
(synopsis "Comment and uncomment lines efficiently")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue