From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8uDt-00054c-8c for guix-patches@gnu.org; Thu, 11 May 2017 15:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8uDq-0003GK-5f for guix-patches@gnu.org; Thu, 11 May 2017 15:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36446) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8uDq-0003GD-0q for guix-patches@gnu.org; Thu, 11 May 2017 15:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8uDp-0005O0-RM for guix-patches@gnu.org; Thu, 11 May 2017 15:58:01 -0400 Subject: bug#26840: [PATCH 2/3] gnu: go-1.4: Add missing module imports. Resent-Message-ID: From: Kei Kebreau References: <20170508195549.23372-1-slyfox@inbox.ru> <20170508195549.23372-3-slyfox@inbox.ru> Date: Thu, 11 May 2017 15:57:40 -0400 In-Reply-To: <20170508195549.23372-3-slyfox@inbox.ru> (Sergei Trofimovich's message of "Mon, 8 May 2017 20:55:48 +0100") Message-ID: <87poffi2tn.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; 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: Sergei Trofimovich Cc: 26840@debbugs.gnu.org --=-=-= Content-Type: text/plain Sergei Trofimovich writes: > * gnu/packages/golang.scm (go-1.4): Add missing modules to > %modify-phases call: srfi-1 > --- > gnu/packages/golang.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm > index 00630ce06..d19aa65af 100644 > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -62,7 +62,8 @@ > (arguments > `(#:modules ((ice-9 match) > (guix build gnu-build-system) > - (guix build utils)) > + (guix build utils) > + (srfi srfi-1)) > #:tests? #f ; Tests are run by the all.bash script. > #:phases > (modify-phases %standard-phases */me looks at git log and facepalms* Never mind my other email... I see that the reason these are already on master is because they were already pushed there. Feel free to close these! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkUwjQACgkQ5qXuPBlG eg0VthAAteVLpchGBxIuFVzWvt7+O4eUhPq/oSaDX8Sw4SFHVkuMU7XFR8kid9PE mCFcFU6UaL5DpLbF0GXFP1UGbWQCu9LHxoYfKHWxuvaac1qttv4R/UybPNTqhBzh 4fIdEgeka6gJkYBs4CQ+edrcRTdO43Nq7c6b/XREgmr8bj9b17kyhII7F2BDEdOd +A33CYZi1rRmoJ9Tih0WGzK7HbUlX2F4CClJkZkUbB8b4kJSdhWZXQZ41S/Zr460 q+9fDRNNnEkxNCztuxKNL0spaqqZ5NJqNqj00TO+KyXOnfiuB6yD3rRLCKhr98wA EKc1s2WbdcVmdEHDdCoHn5M450T0NV1KfMl1RSzzJlyPSPXzuktxpNeLsG/JBtQD YurkGouTabfRgEbn0xKN/cFyiauqoW/LpqrP4EIVJAWLRL+QERrC5vR6b/dZNmTp 4zgxi3y9kb9GUUppM4+vBKMpJNP70gGL62hqwtBjjlHqAu1/BmDy7Ovq0PyuALSA vKxp3YQmdkTY0wOn7y6egVai4sVRG6yQ2pDsKGZM3PyASrY3eCnsvaBjUxTyYUEJ ftPKltNPwB8qmjtmQ7XYkNkz/JlMzNHoiYmKptVRZPQfgPFCpdKKJPEicCPRbp7z oj4K1e4djhf/UnUnd88vuqGkmVXFFH0hE/SLwCvI+RbEC8p8V44= =8XMC -----END PGP SIGNATURE----- --=-=-=--