1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +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:
Liliana Marie Prikler 2025-03-16 18:50:17 +01:00
parent 524af2798b
commit 43cf700cd4
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -34935,6 +34935,7 @@ workspaces with a LSP-compliant server running.")
(base32
"0cmxdd3fgyiixg81zmxa0j68slhkq8rg5z840cx4dbb3j9w06yd1"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-helm emacs-lsp-mode emacs-dash))
(home-page "https://github.com/emacs-lsp/helm-lsp")