From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOESo-0008Hd-Lh for guix-patches@gnu.org; Sun, 10 Dec 2017 22:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOESk-00006z-I7 for guix-patches@gnu.org; Sun, 10 Dec 2017 22:09:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47155) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOESk-00006g-Dy for guix-patches@gnu.org; Sun, 10 Dec 2017 22:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOESk-0003fq-8h for guix-patches@gnu.org; Sun, 10 Dec 2017 22:09:02 -0500 Subject: bug#29566: [PATCH] utils: Fix cond-expand for Guile 2.0. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Eric Bavier Date: Mon, 11 Dec 2017 03:08:31 +0000 Message-ID: References: , <878ted36ed.fsf@gnu.org> In-Reply-To: <878ted36ed.fsf@gnu.org> Content-Language: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: "29566-done@debbugs.gnu.org" <29566-done@debbugs.gnu.org> Pushed in 7f04197fef905790fd392f8d686d00ae95a0d04c Sorry for the delay, I need to get a better system set up for pushing chang= es. Eric Bavier, Scientific Libraries, Cray Inc. ________________________________________ From: Ludovic Court=E8s Sent: Friday, December 8, 2017 03:39 To: Eric Bavier Cc: 29566@debbugs.gnu.org Subject: Re: [bug#29566] [PATCH] utils: Fix cond-expand for Guile 2.0. Eric Bavier skribis: > From daaeff8ec8c94fae416ceeaf16a57d92ba32e6b6 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Mon, 4 Dec 2017 10:33:31 -0600 > Subject: [PATCH] utils: Fix cond-expand for Guile 2.0. > > * guix/build/download.scm (tls-wrap): Use 'guile-2.2' feature instead. LGTM! Ludo=92, who thought this had already been committed.