From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNF8X-0008Jf-Ue for guix-patches@gnu.org; Fri, 08 Dec 2017 04:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNF8U-0000Jv-PA for guix-patches@gnu.org; Fri, 08 Dec 2017 04:40:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42656) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eNF8U-0000Jk-LL for guix-patches@gnu.org; Fri, 08 Dec 2017 04:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eNF8U-0008K4-Dd for guix-patches@gnu.org; Fri, 08 Dec 2017 04:40:02 -0500 Subject: [bug#29566] [PATCH] utils: Fix cond-expand for Guile 2.0. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Fri, 08 Dec 2017 10:39:38 +0100 In-Reply-To: (Eric Bavier's message of "Mon, 4 Dec 2017 18:10:28 +0000") Message-ID: <878ted36ed.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Eric Bavier Cc: 29566@debbugs.gnu.org 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=E2=80=99, who thought this had already been committed.