guix-patches
[Top][All Lists]
Advanced

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

[bug#49576] [PATCH] Add sterm


From: Tobias Geerinckx-Rice
Subject: [bug#49576] [PATCH] Add sterm
Date: Sat, 17 Jul 2021 13:41:35 +0200

Petr,

[Hm, PREFIX=$out... Nixer? Welcome ;-]

On 2021-07-17 12:50, phodina via Guix-patches via wrote:
I made the changes as you suggested but now I get the error due to
'cc-for-target':

/gnu/store/gqp3fqgb9h5l7ibzvsnqkv6gahy3r97i-sterm-20200306-guile-builder:1:2534:
unquote: expression not valid outside of quasiquote in form (unquote
(cc-for-target))

[...]

+       (list (string-append "CC=" ,(cc-for-target))
                                     ^
This , is the 'unquote' from the error message, and a quasiquote would be...

+    `(#:tests? #f ; no tests
       ^
...this.  Whilst this is a regular, boring, non-Chad quote:

+    '(#:tests? #f ; no tests
       ^
Unquote 'escapes' from one level of quoting, but only if the surrounding expression is quasiquoted.

Kind regards,

T G-R

Sent from a Web browser. Excuse or enjoy my brevity.





reply via email to

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