From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEEtY-0003CB-5L for guix-patches@gnu.org; Fri, 26 May 2017 09:03:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEEtS-0001dJ-FB for guix-patches@gnu.org; Fri, 26 May 2017 09:03:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEEtS-0001dB-BL for guix-patches@gnu.org; Fri, 26 May 2017 09:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEEtS-0003h2-0P for guix-patches@gnu.org; Fri, 26 May 2017 09:03:02 -0400 Subject: bug#26805: Re-exporting =?UTF-8?Q?=E2=80=98delete=E2=80=99?= from (guix build utils) Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170506154035.23664-1-slyfox@inbox.ru> <87pofi8h6p.fsf@gnu.org> <20170509213630.7c81b553@sf> <877f1pvsfu.fsf@gnu.org> <20170510214141.60fe16d4@sf> <87inl7nmpq.fsf@gnu.org> <20170514173128.28e799a1@sf> <87a86ftdf6.fsf@gnu.org> <20170515001506.4c2313d3@sf> Date: Fri, 26 May 2017 15:02:19 +0200 In-Reply-To: <20170515001506.4c2313d3@sf> (Sergei Trofimovich's message of "Mon, 15 May 2017 00:15:06 +0100") Message-ID: <87k253wz38.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: Sergei Trofimovich Cc: 26805-done@debbugs.gnu.org Hi Sergei, Sergei Trofimovich skribis: > Attached 0001-reexport-delete-symbol-bound-at-modify-phases-syntax.patch > that hopefully does exactly the same. This fix allows bootstrapping bash-= minimal > and gs-fonts with #:modules patch reverted \o/ [...] > From 18d1c9cf8252891c5c98ebb18a9937b5881e4ddd Mon Sep 17 00:00:00 2001 > From: Sergei Trofimovich > Date: Sat, 13 May 2017 22:08:27 +0100 > Subject: [PATCH] reexport 'delete' symbol bound at %modify-phases syntax = match > > * guix/build/utils.scm: reexport 'delete' binding I added an explanatory comment and pushed as 8b14773ab6cafbd138e0c6cbfd2fc48818e2e0b5. If there are core packages where we added #:modules ((srfi srfi-1) =E2=80= =A6), we should probably remove it. Packages with few dependents don=E2=80=99t m= atter much. Thoughts? Thank you, and apologies for the delay! Ludo=E2=80=99.