mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-eglot: Add missing dependency.
* gnu/packages/emacs-xyz.scm (emacs-eglot): [propagated-inputs] Add emacs-project. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3af7dc15a6
commit
00fb6c91f4
1 changed files with 2 additions and 1 deletions
|
@ -12550,7 +12550,8 @@ Emacs.")
|
||||||
(base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
|
(base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-jsonrpc" ,emacs-jsonrpc)))
|
`(("emacs-jsonrpc" ,emacs-jsonrpc)
|
||||||
|
("emacs-project" ,emacs-project)))
|
||||||
(home-page "https://github.com/joaotavora/eglot")
|
(home-page "https://github.com/joaotavora/eglot")
|
||||||
(synopsis "Client for Language Server Protocol (LSP) servers")
|
(synopsis "Client for Language Server Protocol (LSP) servers")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue