From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add guile-gnome Date: Fri, 10 Jun 2016 14:52:20 +0200 Message-ID: <87mvmt1a0r.fsf@gnu.org> References: <1464375363-31718-1-git-send-email-patrick.hetu@auf.org> <87y46ui2uk.fsf@gnu.org> <87ziqwkhkw.fsf@auf.org> <87vb1jhl7w.fsf@gnu.org> <87y46fk2k7.fsf@auf.org> 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]:47527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLvI-0000Gi-RO for guix-devel@gnu.org; Fri, 10 Jun 2016 08:52:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBLvD-0006FW-RU for guix-devel@gnu.org; Fri, 10 Jun 2016 08:52:27 -0400 In-Reply-To: <87y46fk2k7.fsf@auf.org> (Patrick Hetu's message of "Wed, 08 Jun 2016 13:34:00 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Patrick Hetu Cc: guix-devel@gnu.org Patrick Hetu skribis: > From 66baa02e5683a309588ae0a68a7d1b918ad72d8e Mon Sep 17 00:00:00 2001 > From: Patrick Hetu > Date: Wed, 8 Jun 2016 13:18:07 -0400 > Subject: [PATCH] gnu: g-wrap: Fix installation path > > * gnu/packages/guile.scm (g-wrap): Add 2.0/ to the installation path Applied, thanks! I think guile-gnome built successfully even without this patch because it uses =E2=80=98g-wrap-config --guile-module-directory=E2=80=99 to determi= ne what to add to its load path. Ludo=E2=80=99.