From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dA2kA-0001vn-1G for guix-patches@gnu.org; Sun, 14 May 2017 19:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dA2k6-0000dg-LR for guix-patches@gnu.org; Sun, 14 May 2017 19:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dA2k6-0000dR-3E for guix-patches@gnu.org; Sun, 14 May 2017 19:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dA2k5-0005c7-RA for guix-patches@gnu.org; Sun, 14 May 2017 19:16:01 -0400 Subject: bug#26805: [PATCH] gs-fonts: add missing podule imports Resent-Message-ID: Date: Mon, 15 May 2017 00:15:06 +0100 From: Sergei Trofimovich Message-ID: <20170515001506.4c2313d3@sf> In-Reply-To: <87a86ftdf6.fsf@gnu.org> 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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/VO5C=gOJ3lZZmySLeEOEhDx"; protocol="application/pgp-signature" 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: 26805@debbugs.gnu.org --Sig_/VO5C=gOJ3lZZmySLeEOEhDx Content-Type: multipart/mixed; boundary="MP_/r6Nt.SJTZ5YLfcdmsgNfH3+" --MP_/r6Nt.SJTZ5YLfcdmsgNfH3+ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 14 May 2017 22:02:21 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > There=E2=80=99s yet another option, which is to: >=20 > (define-modules (guix build utils) > =E2=80=A6 > #:use-module (srfi srfi-1) > #:re-export (delete)) >=20 > I think that one had none of the previously-discussed drawbacks. >=20 > Thoughts? Would you like to give it a try? Attached 0001-reexport-delete-symbol-bound-at-modify-phases-syntax.patch that hopefully does exactly the same. This fix allows bootstrapping bash-mi= nimal and gs-fonts with #:modules patch reverted \o/ --=20 Sergei --MP_/r6Nt.SJTZ5YLfcdmsgNfH3+ Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-reexport-delete-symbol-bound-at-modify-phases-syntax.patch =46rom 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 ma= tch * guix/build/utils.scm: reexport 'delete' binding --- guix/build/utils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/build/utils.scm b/guix/build/utils.scm index e8efb0653..4bc55f219 100644 --- a/guix/build/utils.scm +++ b/guix/build/utils.scm @@ -32,7 +32,8 @@ #:use-module (rnrs bytevectors) #:use-module (rnrs io ports) #:re-export (alist-cons - alist-delete) + alist-delete + delete) #:export (%store-directory store-file-name? strip-store-file-name --=20 2.13.0 --MP_/r6Nt.SJTZ5YLfcdmsgNfH3+-- --Sig_/VO5C=gOJ3lZZmySLeEOEhDx Content-Type: application/pgp-signature Content-Description: Цифровая подпись OpenPGP -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSZKa0VG5avZRlY01hxoe52YR/zqgUCWRjk+wAKCRBxoe52YR/z qqJOAJ9JVAAylQo3MmFecYB+folg6glyDACfS6Lw+5vYu+J6s5JXSCfGGPzbpGs= =5q38 -----END PGP SIGNATURE----- --Sig_/VO5C=gOJ3lZZmySLeEOEhDx--