From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Re: Using Guix API in a foreign distribution Date: Sun, 16 Apr 2017 09:27:55 -0500 Message-ID: <10fa1461-d218-49f6-05ce-080cfc405d33@zoho.com> References: <87fuh9e0h7.fsf@gmail.com> <94073119-f7da-4f7a-8eb3-1279b5f512f6@zoho.com> <87mvbgr9f3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czkvD-0005Mc-84 for help-guix@gnu.org; Sun, 16 Apr 2017 10:13:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czkvC-0007Fp-DE for help-guix@gnu.org; Sun, 16 Apr 2017 10:12:59 -0400 In-Reply-To: <87mvbgr9f3.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: help-guix@gnu.org On 16/04/17 04:25, Ludovic Courtès wrote: > 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 ‘guix’ 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’ve submitted patches to fix that a few days ago so > hopefully that’ll be resolved very soon! Good. No problem then :)