all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: julien lepiller <julien@lepiller.eu>
Cc: 27195@debbugs.gnu.org
Subject: bug#27195: Add search-paths for coq libraries
Date: Fri, 02 Jun 2017 17:55:04 +0200	[thread overview]
Message-ID: <87d1am5qqv.fsf@gnu.org> (raw)
In-Reply-To: <b5ab56e55af350a5cbf7183c920259a3@lepiller.eu> (julien lepiller's message of "Fri, 02 Jun 2017 10:11:23 +0200")

julien lepiller <julien@lepiller.eu> skribis:

> From 7486a169bdfa0d4c5f287405b6d5fccf9dbcd1fa Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien@lepiller.eu>
> Date: Thu, 1 Jun 2017 17:52:12 +0200
> Subject: [PATCH] gnu: coq: Add search-paths for coq libraries.
>
> * gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
> ---
>  gnu/packages/ocaml.scm | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
> index 863e367a5..a3475e2b9 100644
> --- a/gnu/packages/ocaml.scm
> +++ b/gnu/packages/ocaml.scm
> @@ -448,6 +448,10 @@ written in Objective Caml.")
>                (sha256
>                 (base32
>                  "0wyywia0darak2zmc5v0ra9rn0b9whwdfiahralm8v5za499s8w3"))))
> +    (native-search-paths
> +     (list (search-path-specification
> +            (variable "COQPATH")
> +            (files (list "lib/coq" "lib/coq/user-contrib")))))

Is “lib/coq/user-contrib” a widespread convention?  Looks unusual.

Apart from that LGTM, thanks!

Ludo’.

      reply	other threads:[~2017-06-02 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-02  8:11 bug#27195: Add search-paths for coq libraries julien lepiller
2017-06-02 15:55 ` 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=87d1am5qqv.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=27195@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    /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.