From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add guile-g-wrap Date: Sun, 13 Dec 2015 15:22:11 +0100 Message-ID: <877fkixwbw.fsf@gnu.org> References: 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]:39078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a87XV-0006R7-TD for guix-devel@gnu.org; Sun, 13 Dec 2015 09:22:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a87XS-0006qu-M6 for guix-devel@gnu.org; Sun, 13 Dec 2015 09:22:17 -0500 In-Reply-To: (Amirouche Boubekki's message of "Fri, 11 Dec 2015 17:06:08 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Amirouche Boubekki Cc: Guix Devel Amirouche Boubekki skribis: > From 06e95ffcac39db58a104826fb081fa7fa4b8d4f5 Mon Sep 17 00:00:00 2001 > From: Amirouche BOUBEKKI > Date: Fri, 11 Dec 2015 17:04:06 +0100 > Subject: [PATCH] gnu: Add guile-g-wrap. > > * gnu/packages/guile.scm (guile-g-wrap): New variable. Thanks, applied. I took the freedom to make some changes: changed the name to =E2=80=98g-wra= p=E2=80=99 (on the grounds that it=E2=80=99s not just a Guile library, but also a standalone command), use mirror://savannah, and clarified the synopsis. Let me know what you think! I did a --rounds=3D2 build and it went fine. Ludo=E2=80=99.