guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: emacs-helm-gtags: Fix byte compilation.


From: Oleg Pykhalov
Subject: 03/05: gnu: emacs-helm-gtags: Fix byte compilation.
Date: Tue, 8 May 2018 16:59:37 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit d848f55e5c2d473a3e7d0b3a3c0ce1ead7d6eaa7
Author: Oleg Pykhalov <address@hidden>
Date:   Tue May 8 23:31:59 2018 +0300

    gnu: emacs-helm-gtags: Fix byte compilation.
    
    * gnu/packages/emacs.scm (emacs-helm-gtags)[propagated-inputs]: Add
      'emacs-helm'.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f5d4ff3..0823aae 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8385,6 +8385,8 @@ arXiv, Google Scholar, Library of Congress, etc.
                (base32
                 "1a10snhg6nnnan6w9a7mcziy26vxbsr3c35i0gcarnkdp2yqng36"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-helm" ,emacs-helm)))
     (home-page "https://github.com/syohex/emacs-helm-gtags";)
     (synopsis "Emacs Helm interface to GNU Global")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]