all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: Fis Trivial <ybbs.daans@hotmail.com>
Cc: "29864@debbugs.gnu.org" <29864@debbugs.gnu.org>
Subject: [bug#29864] [PATCH] gnu: Add rtags-2.16.
Date: Tue, 2 Jan 2018 15:00:11 +0100	[thread overview]
Message-ID: <CAJ98PDxzEV2n=S1=WjL9sa8-0_mZNC4ojiKZw5MpDj9iMdgAFw@mail.gmail.com> (raw)
In-Reply-To: <MWHPR16MB0063CACA678996980A4C69B492070@MWHPR16MB0063.namprd16.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 2929 bytes --]

I tried both these patches and both turn to be corrupted on line 25

Am I missing anything ?

2017-12-27 15:32 GMT+01:00 Fis Trivial <ybbs.daans@hotmail.com>:

>
> * gnu/packages/code.scm (rtags-2.16): New public variable.
> ---
>  gnu/packages/code.scm | 37 ++++++++++++++++++++++++++++++++++++-
>  1 file changed, 36 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
> index a094f0a46..f2d974168 100644
> --- a/gnu/packages/code.scm
> +++ b/gnu/packages/code.scm
> @@ -25,6 +25,7 @@
>  (define-module (gnu packages code)
>    #:use-module (guix packages)
>    #:use-module (guix download)
> +  #:use-module (guix git-download)
>    #:use-module ((guix licenses) #:prefix license:)
>    #:use-module (guix build-system gnu)
>    #:use-module (guix build-system cmake)
> @@ -39,7 +40,9 @@
>    #:use-module (gnu packages texinfo)
>    #:use-module (gnu packages autogen)
>    #:use-module (gnu packages ncurses)
> -  #:use-module (gnu packages autotools))
> +  #:use-module (gnu packages autotools)
> +  #:use-module (gnu packages llvm)
> +  #:use-module (gnu packages bash))
>
>  ;;; Tools to deal with source code: metrics, cross-references, etc.
>
> @@ -383,3 +386,35 @@ case.  The extension consists of a set of Perl
> scripts which build on the
>  textual @command{gcov} output to implement the following enhanced
>  functionality such as HTML output.")
>      (license license:gpl2+)))
> +
> +(define-public rtags
> +  (package
> +    (name "rtags")
> +    (version "2.16")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/Andersbakken/rtags.git")
> +                    (commit "8ef7554852541eced514c56d5e39d6073f7a2ef9")
> +                    (recursive? #t)))
> +              (sha256
> +               (base32
> +                "12r7lsqdmcbs9864a6dpblvifqvmfx
> hvxippyhfnnm2ai5ra80nc"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     '(#:configure-flags '("-DBUILD_TESTING=FALSE"
> +                           "-DRTAGS_NO_ELISP_FILES=1")
> +       #:tests? #f))
> +    (inputs
> +     `(("clang" ,clang)
> +       ("llvm" ,llvm)
> +       ("bash-completion" ,bash-completion)))
> +    (home-page "http://www.rtags.net/")
> +    (synopsis "Indexer for the c language family with Emacs integration")
> +    (description
> +     "RTags is a client/server application that indexes C/C++ code and
> keeps a
> +persistent file-based database of references, declarations, definitions,
> +symbolnames etc.  There’s also limited support for ObjC/ObjC++.  It
> allows you
> +to find symbols by name (including nested class and namespace scope).
> Most
> +importantly we give you proper follow-symbol and find-references
> support.")
> +    (license license:gpl3+)))
> --
> 2.13.6
>
>

[-- Attachment #2: Type: text/html, Size: 3897 bytes --]

  reply	other threads:[~2018-01-02 14:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-27 14:06 [bug#29864] [PATCH] gnu: Add rtags-2.16 Fis Trivial
2017-12-27 14:22 ` [bug#29864] Patch format is ruined Fis Trivial
2017-12-27 15:49   ` Clément Lassieur
2017-12-28  8:55     ` Fis Trivial
2017-12-27 14:32 ` [bug#29864] [PATCH] gnu: Add rtags-2.16 Fis Trivial
2018-01-02 14:00   ` Catonano [this message]
2018-01-08  9:19   ` bug#29864: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ98PDxzEV2n=S1=WjL9sa8-0_mZNC4ojiKZw5MpDj9iMdgAFw@mail.gmail.com' \
    --to=catonano@gmail.com \
    --cc=29864@debbugs.gnu.org \
    --cc=ybbs.daans@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.