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:
parent
8b81c6861f
commit
4610f44efd
@ -23556,6 +23556,11 @@ the standard @code{Dockerfile} file format.")
|
||||
(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)
|
||||
|
Loading…
Reference in New Issue
Block a user