From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/1] gnu: Add Guile-ICS. Date: Sun, 08 Jan 2017 12:09:36 +0100 Message-ID: <87k2a5vmdr.fsf@gnu.org> References: <20170107212507.29966-1-alex@pompo.co> <20170107212507.29966-2-alex@pompo.co> 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]:45483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQBMC-0003f6-K0 for guix-devel@gnu.org; Sun, 08 Jan 2017 06:09:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQBMB-0007Km-IR for guix-devel@gnu.org; Sun, 08 Jan 2017 06:09:48 -0500 In-Reply-To: <20170107212507.29966-2-alex@pompo.co> (Alex Sassmannshausen's message of "Sat, 7 Jan 2017 22:25:07 +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" To: Alex Sassmannshausen Cc: guix-devel@gnu.org, Alex Sassmannshausen Howdy! Alex Sassmannshausen skribis: > * gnu/packages/guile.scm (guile-ics): New variable. Cool, we=E2=80=99ll be able to browse the FOSDEM schedule from Guile! :-) > + (version "0.1.1-rc1") Apparently 0.1.1 is already out! However the tarball contains .go files, which should be removed. But it might be best to just download from github.com and add a bootstrap phase, like I did for Guile-SSH, because memory-heap.org is slow and sometimes disappeared in the past. > + (arguments > + '(#:configure-flags > + (list (string-append > + "--with-guile-site-dir=3D" %output "/share/guile/site/2.0"= )))) This can be omitted (in fact, adding it would lead compilations with Guile 2.2 to install modules in the wrong place.) > + (license gpl3))) gpl3+ OK with these changes, thanks! Ludo=E2=80=99.