help-guix
[Top][All Lists]
Advanced

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

Re: guix with guile-next


From: Thompson, David
Subject: Re: guix with guile-next
Date: Fri, 7 Oct 2016 12:31:36 -0400

On Fri, Oct 7, 2016 at 12:19 PM, Catonano <address@hidden> wrote:
> If I do
>
> $ guix environment --ad-hoc guix guile
> $ guile
>> (use-modules (guix http-client))
>
> it's ok.
>
> If I do
>
> $ guix environment --ad-hoc guix guile-next ;; <-- note the "-next"
> $ guile
>> (use-modules (guix http-client))
>
> Then there is no code for module http-client

This is because Guix is built with Guile 2.0, not Guile 2.1.  You need
to make a variant of the guix package that uses guile-next.

- Dave



reply via email to

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