guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch] gst-plugins-base


From: Mark H Weaver
Subject: Re: [Patch] gst-plugins-base
Date: Wed, 30 Mar 2016 17:57:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)

Mark H Weaver <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]