On Fri, Oct 7, 2016 at 12:19 PM, Catonano <caton...@gmail.com> 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