summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2019-11-18 08:51:47 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2019-11-18 08:51:47 +0100
commit4de11dda72c4606fbf25be7bbde453d2a59bcf51 (patch)
tree76571d22de5b6c3812302c87afaff89a508a68ea
parent47b3b4c2aa49e21f4cc32c97ff7bbbd069bb849c (diff)
downloadguix-4de11dda72c4606fbf25be7bbde453d2a59bcf51.tar.gz
gnu: emacs-ccls: Propagate ccls.
* gnu/packages/emacs-xyz.scm (emacs-ccls)[propagated-inputs]: Add ccls.
-rw-r--r--gnu/packages/emacs-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f733068758..347ef078fa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")