mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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
1 changed files with 5 additions and 0 deletions
|
@ -14591,6 +14591,11 @@ (define-public emacs-helm-company
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)
|
`(("emacs-helm" ,emacs-helm)
|
||||||
("emacs-company" ,emacs-company)))
|
("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")
|
(home-page "https://github.com/Sodel-the-Vociferous/helm-company")
|
||||||
(synopsis "Helm interface for company-mode")
|
(synopsis "Helm interface for company-mode")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue