all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Eric Bavier <ericbavier@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add a2ps, trueprint, enscript, and source-highlight
Date: Sat, 08 Mar 2014 00:31:34 +0100	[thread overview]
Message-ID: <87siqtd1rd.fsf@gnu.org> (raw)
In-Reply-To: <8738ivgjk0.fsf@gmail.com> (Eric Bavier's message of "Thu, 06 Mar 2014 14:26:39 -0600")

Eric Bavier <ericbavier@gmail.com> skribis:

> +(define-public source-highlight
> +  (package
> +    (name "source-highlight")
> +    (version "3.1.7")
> +    (source
> +     (origin
> +      (method url-fetch)
> +      (uri (string-append "mirror://gnu/src-highlite/source-highlight-"
> +                          version ".tar.gz"))
> +      (sha256
> +       (base32
> +        "1s49ld8cnpzhhwq0r7s0sfm3cg3nhhm0wla27lwraifrrl3y1cp1"))
> +      (patches
> +       (list (search-patch
> +              ;; Patch submitted as Savannah item #41786
> +              "source-highlight-regexrange-test.patch")))))
> +    (build-system gnu-build-system)
> +    ;; The ctags that comes with emacs does not support the --excmd options,
> +    ;; so can't be used
> +    (inputs
> +     `(("boost" ,boost-1.54)))

I just realized that ‘boost-1.54’ is unbound.  Is that required, or does
that work with 1.55 (aka. ‘boost’)?

TIA,
Ludo’.

      parent reply	other threads:[~2014-03-07 23:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-06 20:26 [PATCH] gnu: Add a2ps, trueprint, enscript, and source-highlight Eric Bavier
2014-03-06 22:41 ` Ludovic Courtès
2014-03-07 16:16   ` Eric Bavier
2014-03-07 23:31 ` Ludovic Courtès [this message]

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=87siqtd1rd.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=ericbavier@gmail.com \
    --cc=guix-devel@gnu.org \
    /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.