guix-devel
[Top][All Lists]
Advanced

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

Re: #:configure-flags flags #~'() or #:configure-flags flags #~()


From: Feng Shu
Subject: Re: #:configure-flags flags #~'() or #:configure-flags flags #~()
Date: Thu, 19 Jan 2023 19:44:49 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Hi!
>
> It's not about 'right' (why would grepping Guix return wrong code...? 
> Impossible! :-).  It's a matter partly of preference and partly of using the 
> best tool for the job.
>
> Omitted from your second example is a call to list, and the #~ that both have 
> in common is just syntactic sugar for (gexp ...).

:-), I just want to know, in below code: we should code #~'() or #~() after 
flags.

(substitute-keyword-arguments (package-arguments ...)
         ((#:configure-flags flags #~'())
                                   ^^^^^
           ...))




reply via email to

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