unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: [Patch] gst-plugins-base
Date: Wed, 30 Mar 2016 17:57:24 -0400	[thread overview]
Message-ID: <87lh4z1vej.fsf@netris.org> (raw)
In-Reply-To: <87shz71vlh.fsf@netris.org> (Mark H. Weaver's message of "Wed, 30 Mar 2016 17:53:14 -0400")

Mark H Weaver <mhw@netris.org> writes:

> Here's one way to do it:
>
>     (inputs
>      `(("cdparanoia" ,cdparanoia)
>        ,@(if (any (cute string-prefix? <> (or (%current-target-system)
>                                               (%current-system)))
>                   '("arm" "mips"))
>              '()
>              `(("orc" ,orc)))
>
> You'll need to import (srfi srfi-1) for 'any' and (srfi srfi-26) for
> 'cute'.
>
> What do you think?  Can you send an updated patch?

One more thing: please add a comment containing the string "FIXME",
explaining that we are omitting "orc" on arm and mips, and the reason
why.

     Thanks!
       Mark

  reply	other threads:[~2016-03-30 21:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 15:38 [Patch] gst-plugins-base Efraim Flashner
2016-03-30 21:53 ` Mark H Weaver
2016-03-30 21:57   ` Mark H Weaver [this message]
2016-03-31  7:22     ` Efraim Flashner
2016-03-31 17:17       ` Mark H Weaver
2016-03-31 18:11         ` Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87lh4z1vej.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=efraim@flashner.co.il \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).