GNU bug report logs - #44342
[PATCH 0/6] Update rtags and add rtags related emacs packages.

Previous Next

Package: guix-patches;

Reported by: Malte Frank Gerdes <malte.f.gerdes <at> gmail.com>

Date: Sat, 31 Oct 2020 14:08:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
To: 44342 <at> debbugs.gnu.org
Cc: Malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
Subject: [bug#44342] [PATCH 5/6] gnu: Add emacs-helm-rtags.
Date: Sat, 31 Oct 2020 15:11:17 +0100
* gnu/packages/emacs-xyz.scm (emacs-helm-rtags): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 58ed15d005..9152cee786 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23884,6 +23884,28 @@ pattern guessed from thing under current cursor position.
 @end itemize\n")
       (license license:gpl3+))))
 
+(define-public emacs-helm-rtags
+  (package
+    (name "emacs-helm-rtags")
+    (version "20191222.920")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://melpa.org/packages/helm-rtags-"
+                           version ".el"))
+       (sha256
+        (base32
+         "1ysk07vkyd5dvnnpw6qzsqhlz0k8nj0nr8i3w4sc224pp1pa5lg8"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("helm" ,emacs-helm)
+       ("rtags" ,emacs-rtags)))
+    (home-page "https://github.com/Andersbakken/rtags")
+    (synopsis "Helm backend for RTags")
+    (description "@code{emacs-helm-rtags} integrates RTags, a Client/Server
+Indexer for C/C++/ObjC/ObjC++ into Helm.")
+    (license license:gpl3)))
+
 (define-public emacs-helm-selector
   (package
     (name "emacs-helm-selector")
-- 
2.29.1





This bug report was last modified 4 years and 219 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.