From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7omK-00018N-Gt for guix-patches@gnu.org; Mon, 08 May 2017 15:57:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7omH-0004hD-Fc for guix-patches@gnu.org; Mon, 08 May 2017 15:57:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7omH-0004h6-CN for guix-patches@gnu.org; Mon, 08 May 2017 15:57:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7omH-0003NW-5i for guix-patches@gnu.org; Mon, 08 May 2017 15:57:05 -0400 Subject: bug#26842: [PATCH 1/3] gnu: zip: add missing '#:modules' imports Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7olQ-0000wU-Q2 for guix-patches@gnu.org; Mon, 08 May 2017 15:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7olN-0004QZ-K9 for guix-patches@gnu.org; Mon, 08 May 2017 15:56:12 -0400 Received: from smtp17.mail.ru ([94.100.176.154]:50840) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7olN-0004PX-CQ for guix-patches@gnu.org; Mon, 08 May 2017 15:56:09 -0400 From: Sergei Trofimovich Date: Mon, 8 May 2017 20:55:47 +0100 Message-Id: <20170508195549.23372-2-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: 26842@debbugs.gnu.org * gnu/packages/zip.scm (zip): add missing '#:modules' imports --- gnu/packages/zip.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm index 2cf30d6e3..cd16f5ad4 100644 --- a/gnu/packages/zip.scm +++ b/gnu/packages/zip.scm @@ -48,6 +48,9 @@ (list "-f" "unix/Makefile" (string-append "prefix=" out) (string-append "MANDIR=" out "/share/man/man1"))) + #:modules ((guix build gnu-build-system) + (guix build utils) + (srfi srfi-1)) #:phases (modify-phases %standard-phases (replace 'build -- 2.12.2