mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-company-coq: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-company-coq)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
e35f61f87c
commit
46ddd9d644
1 changed files with 1 additions and 0 deletions
|
@ -11472,6 +11472,7 @@ completion candidate when using the Company text completion framework.")
|
|||
(inputs
|
||||
(list emacs-company emacs-company-math emacs-dash emacs-yasnippet))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/cpitclaudel/company-coq")
|
||||
(synopsis "Emacs extensions for Proof General's Coq mode")
|
||||
(description "This package includes a collection of Company mode backends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue