gnu: emacs-lsp-mode: Add clients.

* gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[arguments]: Also install
LSP-mode clients.
This commit is contained in:
Nicolas Goaziou 2021-09-07 09:28:45 +02:00
parent 8b81c6861f
commit 4610f44efd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23556,6 +23556,11 @@ (define-public emacs-lsp-mode
(sha256
(base32 "1a6jc9sxf9b8fj9h8xlv5k546bkzsy8j5nj19cfama389z0bzcsl"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons "^clients/" %default-include)
;; FIXME: Ignore the following file, which cannot be compiled properly,
;; because it tries to load another client from the same directory.
#:exclude (list "clients/lsp-vetur\\.el")))
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-f" ,emacs-f)