Hi!
l...@gnu.org (Ludovic Courtès) skribis:
> The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp
> embeds information about which modules need to be imported into its
> execution environment.
Merged!
This changes the ABI of (guix gexp) and (guix packages) so you need to:
Alex Kost skribis:
> Ludovic Courtès (2016-07-04 01:20 +0300) wrote:
>
>> Hello!
>>
>> The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp
>> embeds information about which modules need to be imported into its
>> execution environment.
>>
>> Before you would do:
>>
>> (gexp->
Ludovic Courtès (2016-07-04 01:20 +0300) wrote:
> Hello!
>
> The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp
> embeds information about which modules need to be imported into its
> execution environment.
>
> Before you would do:
>
> (gexp->derivation "foo"
>
Hello!
The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp
embeds information about which modules need to be imported into its
execution environment.
Before you would do:
(gexp->derivation "foo"
#~(begin
(use-modules (guix build ut