mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-helm-lsp: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
524af2798b
commit
43cf700cd4
1 changed files with 1 additions and 0 deletions
|
@ -34935,6 +34935,7 @@ workspaces with a LSP-compliant server running.")
|
||||||
(base32
|
(base32
|
||||||
"0cmxdd3fgyiixg81zmxa0j68slhkq8rg5z840cx4dbb3j9w06yd1"))))
|
"0cmxdd3fgyiixg81zmxa0j68slhkq8rg5z840cx4dbb3j9w06yd1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-helm emacs-lsp-mode emacs-dash))
|
(list emacs-helm emacs-lsp-mode emacs-dash))
|
||||||
(home-page "https://github.com/emacs-lsp/helm-lsp")
|
(home-page "https://github.com/emacs-lsp/helm-lsp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue