From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Using Guix API in a foreign distribution Date: Sun, 16 Apr 2017 11:25:36 +0200 Message-ID: <87mvbgr9f3.fsf@gnu.org> References: <87fuh9e0h7.fsf@gmail.com> <94073119-f7da-4f7a-8eb3-1279b5f512f6@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czgRE-0007e5-Rn for help-guix@gnu.org; Sun, 16 Apr 2017 05:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czgR9-0001pc-M4 for help-guix@gnu.org; Sun, 16 Apr 2017 05:25:44 -0400 In-Reply-To: <94073119-f7da-4f7a-8eb3-1279b5f512f6@zoho.com> (sirgazil@zoho.com's message of "Sat, 15 Apr 2017 22:14:10 -0500") 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: sirgazil Cc: help-guix@gnu.org Hi sirgazil! sirgazil skribis: > So, guix modules are available in ".guix-profile/share/guile/site/2.0" > but not in ".guix-profile/share/guile/site/2.2". This is because the =E2=80=98guix=E2=80=99 package in Guix currently builds= against Guile 2.0, not 2.2. The reason for this is that one of its dependencies, Guile-SSH, is not 2.2-ready yet; I=E2=80=99ve submitted patches to fix that a few days ago so hopefully that=E2=80=99ll be resolved very soon! HTH, Ludo=E2=80=99.