From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: guix with guile-next Date: Fri, 7 Oct 2016 18:19:55 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11423e36e3b575053e48c7c9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsXsM-0001He-4P for help-guix@gnu.org; Fri, 07 Oct 2016 12:20:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsXsL-0004Hj-3H for help-guix@gnu.org; Fri, 07 Oct 2016 12:19:58 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:36118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsXsK-0004HB-Ry for help-guix@gnu.org; Fri, 07 Oct 2016 12:19:57 -0400 Received: by mail-wm0-x230.google.com with SMTP id k125so41755748wma.1 for ; Fri, 07 Oct 2016 09:19:56 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix --001a11423e36e3b575053e48c7c9 Content-Type: text/plain; charset=UTF-8 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 Is there any hope that I can load some guix modules from within a guile-next prompt ? I'm asking this because I am exploring Culturia and that requires guile-next. I'd like to use the guix http-client and the Culturia machinery together --001a11423e36e3b575053e48c7c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
If I do

$ guix environment --ad-hoc= guix guile
$ guile
> (use-modules (guix htt= p-client))

it's ok.

If I do

= $ guix environment --ad-hoc guix guile-next ;; <-- note the "-next&= quot;
$ guile
> (use-modules (guix http-client))
Then there is no code for module http-client

= Is there any hope that I can load some guix modules from within a guile-nex= t prompt ?

I'm asking this because I am exploring Cul= turia and that requires guile-next.
I'd like to use the g= uix http-client and the Culturia machinery together
--001a11423e36e3b575053e48c7c9--