guix-devel
[Top][All Lists]
Advanced

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

Re: Simple design question for schemers


From: Ricardo Wurmus
Subject: Re: Simple design question for schemers
Date: Sun, 25 Feb 2024 11:05:41 +0100
User-agent: mu4e 1.10.8; emacs 29.1

Hartmut Goebel <h.goebel@crazy-compilers.com> writes:

> Using a custom function "extend":
>
>     (native-inputs
>      (extend %standard-trytond-native-inputs
>              trytond-account-invoice
>              trytond-purchase
>              trytond-sale))

We have a macro called MODIFY-INPUTS, which you could use, but CONS* is
probably enough in your case.

-- 
Ricardo



reply via email to

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