gnu: emacs-ccls: Propagate ccls.
* gnu/packages/emacs-xyz.scm (emacs-ccls)[propagated-inputs]: Add ccls.master
parent
47b3b4c2aa
commit
4de11dda72
|
@ -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")
|
||||
|
|
Reference in New Issue