Mark H Weaver <m...@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