me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ccls: Propagate ccls.

* gnu/packages/emacs-xyz.scm (emacs-ccls)[propagated-inputs]: Add ccls.
master
Mathieu Othacehe 2019-11-18 08:51:47 +01:00
parent 47b3b4c2aa
commit 4de11dda72
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

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")