all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Manolis Ragkousis <manolis837@gmail.com>
Cc: Guix-devel <Guix-devel@gnu.org>
Subject: Re: [PATCH 06/10] gnu: flex: Add m4 as a native input.
Date: Tue, 19 May 2015 18:25:17 +0200	[thread overview]
Message-ID: <87vbfoedqq.fsf@gnu.org> (raw)
In-Reply-To: <CAFtzXzMRtpjnSvrbsZ+uJS5eG7jiSgk5xghrOUdtiQTtE__cBw@mail.gmail.com> (Manolis Ragkousis's message of "Tue, 19 May 2015 01:20:44 +0300")

Manolis Ragkousis <manolis837@gmail.com> skribis:

> From 59edf7d33961ffd6dd56567caaca1a23a109d144 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Tue, 12 May 2015 20:45:41 +0300
> Subject: [PATCH 06/10] gnu: flex: Add m4 as a native input.
>
> * gnu/packages/flex (flex): Add m4 as a native input.
> ---
>  gnu/packages/flex.scm | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
> index e76535c..3be777a 100644
> --- a/gnu/packages/flex.scm
> +++ b/gnu/packages/flex.scm
> @@ -60,6 +60,10 @@
>                (inputs (alist-delete "flex" (package-inputs bison))))))
>         `(("bison" ,bison-for-tests)
>           ("indent" ,indent))))
> +    ;; m4 is not present in PATH when cross-building
> +    (native-inputs (if (%current-target-system)
> +                       `(("m4" ,m4))
> +                       '()))

Keep it like you did for Bison: add M4 unconditionally.

OK with this change for wip-hurd and/or core-updates.

Ludo’.

  reply	other threads:[~2015-05-19 16:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-18 22:20 [PATCH 06/10] gnu: flex: Add m4 as a native input Manolis Ragkousis
2015-05-19 16:25 ` Ludovic Courtès [this message]
2015-05-21  8:54   ` Manolis Ragkousis

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=87vbfoedqq.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=Guix-devel@gnu.org \
    --cc=manolis837@gmail.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.