From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7omH-00017m-OY for guix-patches@gnu.org; Mon, 08 May 2017 15:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7omE-0004gV-MU for guix-patches@gnu.org; Mon, 08 May 2017 15:57:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7omE-0004gP-J9 for guix-patches@gnu.org; Mon, 08 May 2017 15:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7omE-0003N2-9Z for guix-patches@gnu.org; Mon, 08 May 2017 15:57:02 -0400 Subject: bug#26840: [PATCH 2/3] gnu: go-1.4: Add missing module imports. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7olP-0000vv-AL for guix-patches@gnu.org; Mon, 08 May 2017 15:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7olM-0004Pc-9V for guix-patches@gnu.org; Mon, 08 May 2017 15:56:11 -0400 Received: from smtp39.i.mail.ru ([94.100.177.99]:48480) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7olL-0004Nb-Tf for guix-patches@gnu.org; Mon, 08 May 2017 15:56:08 -0400 From: Sergei Trofimovich Date: Mon, 8 May 2017 20:55:48 +0100 Message-Id: <20170508195549.23372-3-slyfox@inbox.ru> In-Reply-To: <20170508195549.23372-1-slyfox@inbox.ru> References: <20170508195549.23372-1-slyfox@inbox.ru> 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: 26840@debbugs.gnu.org * 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 -- 2.12.2