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.

Full log


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)]

This bug report was last modified 8 years and 15 days ago.

Previous Next


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