From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: guix with guile-next Date: Fri, 7 Oct 2016 12:31:36 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsY3f-0001W9-BX for help-guix@gnu.org; Fri, 07 Oct 2016 12:31:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsY3e-0002KJ-0Y for help-guix@gnu.org; Fri, 07 Oct 2016 12:31:38 -0400 Received: from mail-ua0-x22c.google.com ([2607:f8b0:400c:c08::22c]:36460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsY3d-0002K9-S9 for help-guix@gnu.org; Fri, 07 Oct 2016 12:31:37 -0400 Received: by mail-ua0-x22c.google.com with SMTP id r64so49147084uar.3 for ; Fri, 07 Oct 2016 09:31:37 -0700 (PDT) In-Reply-To: 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: Catonano Cc: help-guix On Fri, Oct 7, 2016 at 12:19 PM, Catonano 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