[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fpm2 package derivation
From: |
Thomas Sigurdsen |
Subject: |
Re: [PATCH] fpm2 package derivation |
Date: |
Sun, 2 Jul 2017 20:41:28 +0200 |
Thank you. That also explains the error messages I got; for some reason I
thought '_' was special, but of course - this is lisp, it's not weird like
that.
On Sun, 2 Jul 2017 11:18:47 +0200
Danny Milosavljevic <address@hidden> wrote:
> In the linked resource, you have "(lambda () ...)" on like 36 as a phase.
> That probably doesn't work since Guix passes quite a few arguments there
> (where the inputs are, where the outputs are, compilation flags etcetc).
> If you don't care about them, just use a variable name to hold them all
> (for example "_").