GNU bug report logs - #26842
[PATCH 1/3] gnu: zip: add missing '#:modules' imports

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> inbox.ru>

Date: Mon, 8 May 2017 19:57:04 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26842 in the body.
You can then email your comments to 26842 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26842; Package guix-patches. (Mon, 08 May 2017 19:57:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergei Trofimovich <slyfox <at> inbox.ru>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 08 May 2017 19:57:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: [PATCH 1/3] gnu: zip: add missing '#:modules' imports
Date: Mon,  8 May 2017 20:55:47 +0100
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#26842; Package guix-patches. (Thu, 11 May 2017 19:54:01 GMT) Full text and rfc822 format available.

Message #8 received at 26842 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: Sergei Trofimovich <slyfox <at> inbox.ru>
Cc: 26842 <at> debbugs.gnu.org
Subject: Re: bug#26842: [PATCH 1/3] gnu: zip: add missing '#:modules' imports
Date: Thu, 11 May 2017 15:53:23 -0400
[Message part 1 (text/plain, inline)]
Sergei Trofimovich <slyfox <at> inbox.ru> writes:

> * 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

It looks like this is already on master!
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 26842 <at> debbugs.gnu.org and Sergei Trofimovich <slyfox <at> inbox.ru> Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Thu, 11 May 2017 22:27:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Jun 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 321 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.