mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lsp-docker: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-lsp-docker) [arguments]{tests?}: Disable them. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
68d7b2f98c
commit
2a390836a2
1 changed files with 3 additions and 0 deletions
|
@ -34113,6 +34113,9 @@ and implementation of treeview controls using treemacs as a tree renderer.")
|
|||
(base32
|
||||
"1ry8yxrb0172n1lnqi4av4wmqvhaqyh55ih2xs0hnd8b6ziywafq"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; XXX: Tests are currently run interactively. See test/README.md.
|
||||
(list #:tests? #f))
|
||||
(propagated-inputs (list emacs-lsp-mode emacs-yaml))
|
||||
(home-page "https://github.com/emacs-lsp/lsp-docker")
|
||||
(synopsis "Leverage LSP mode in Docker environment")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue