gnu: emacs-helm-company: Enable test.
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Enable test.
This commit is contained in:
parent
de3896fb79
commit
135b573e83
|
@ -14591,6 +14591,11 @@ on-line service.")
|
|||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)
|
||||
("emacs-company" ,emacs-company)))
|
||||
(native-inputs
|
||||
`(("emacs-ert-runner" ,emacs-ert-runner)))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("ert-runner")))
|
||||
(home-page "https://github.com/Sodel-the-Vociferous/helm-company")
|
||||
(synopsis "Helm interface for company-mode")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue