From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 06/15] gnu: Add chez-irregex. Date: Mon, 17 Oct 2016 22:09:25 +0200 Message-ID: <871szeloui.fsf@gnu.org> References: <87bmyj9gys.fsf@gnu.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]:38580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwEDz-0003XB-Ul for guix-devel@gnu.org; Mon, 17 Oct 2016 16:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwEDw-0003Xf-O2 for guix-devel@gnu.org; Mon, 17 Oct 2016 16:09:31 -0400 In-Reply-To: (Federico Beffa's message of "Mon, 17 Oct 2016 18:19:46 +0200") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > On Mon, Oct 17, 2016 at 4:40 PM, Ludovic Court=C3=A8s wrot= e: >> Federico Beffa skribis: >> >>> From 4293c55d921d82c0542907024a1b51abea32b6dc Mon Sep 17 00:00:00 2001 >>> From: Federico Beffa >>> Date: Sun, 16 Oct 2016 16:10:31 +0200 >>> Subject: [PATCH 06/15] gnu: Add chez-irregex. >>> >>> * gnu/packages/chez.scm (chez-irregex): New variable. >> >> [...] >> >>> + (uri (string-append >>> + "https://github.com/fedeinthemix/chez-irregex/archive" >>> + "/v" version ".tar.gz")) >> >> Wouldn=E2=80=99t it work to use the upstream Irregex as done in the >> =E2=80=98guile-irregex=E2=80=99 package? > > The original source includes a module definition for Guile, but not > one for R6RS Scheme. This package wraps the original code in an R6RS > library definition and adds a file to make it easy to run the test > suite. OK, makes sense. Thanks for explaining! Ludo=E2=80=99.