1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 00:20:35 +02:00

gnu: emacs-ccls: Propagate ccls.

* gnu/packages/emacs-xyz.scm (emacs-ccls)[propagated-inputs]: Add ccls.
This commit is contained in:
Mathieu Othacehe
2019-11-18 08:51:47 +01:00
parent 47b3b4c2aa
commit 4de11dda72

View File

@@ -15823,7 +15823,8 @@ Pandoc, the document-conversion tool.")
"1qgfxc5d1hb32ks1fxpx7agpw7dvnkz99wydlflc9fqq75g8v142"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
`(("ccls" ,ccls)
("emacs-dash" ,emacs-dash)
("emacs-projectile" ,emacs-projectile)
("emacs-lsp-mode" ,emacs-lsp-mode)))
(home-page "https://github.com/MaskRay/emacs-ccls")