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 4/6] gnu: Add emacs-flycheck-rtags.
Date: Sat, 31 Oct 2020 15:11:16 +0100
* gnu/packages/emacs-xyz.scm (emacs-flycheck-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 3369bd837f..58ed15d005 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23072,6 +23072,28 @@ Google guidelines.")
       (home-page "https://github.com/flycheck/flycheck-google-cpplint")
       (license license:gpl3+))))
 
+(define-public emacs-flycheck-rtags
+  (package
+    (name "emacs-flycheck-rtags")
+    (version "20191222.920")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://melpa.org/packages/flycheck-rtags-"
+                           version ".el"))
+       (sha256
+        (base32
+         "1cxj251fc7f910wqj1prdjq5zgx7n0zx4bw8m2kf267pxcimb828"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("flycheck" ,emacs-flycheck)
+       ("rtags" ,emacs-rtags)))
+    (home-page "https://github.com/Andersbakken/rtags")
+    (synopsis "Flycheck backend for RTags")
+    (description "@code{emacs-flycheck-rtags} integrates RTags, a Client/Server
+Indexer for C/C++/ObjC/ObjC++ into Flycheck.")
+    (license license:gpl3)))
+
 (define-public emacs-helm-fish-completion
   (package
     (name "emacs-helm-fish-completion")
-- 
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.