GNU bug report logs - #47203
[PATCH] packages: Fix patch-and-repack for ZIP files.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <danny.milo <at> datacom.wien>

Date: Wed, 17 Mar 2021 01:57:02 UTC

Severity: normal

Tags: fixed, patch

Done: Ludovic Courtès <ludo <at> gnu.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 47203 in the body.
You can then email your comments to 47203 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#47203; Package guix-patches. (Wed, 17 Mar 2021 01:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <danny.milo <at> datacom.wien>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 17 Mar 2021 01:57:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <danny.milo <at> datacom.wien>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <danny.milo <at> datacom.wien>
Subject: [PATCH] packages: Fix patch-and-repack for ZIP files.
Date: Wed, 17 Mar 2021 01:56:38 +0100
* guix/packages.scm (patch-and-repack): Fix for ZIP files.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index dd1d473fca..2e4270645b 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -744,7 +744,7 @@ specifies modules in scope when evaluating SNIPPET."
                    ((and=> (compressor #+source) (cut string= "unzip" <>))
                     ;; Note: Referring to the store unzip here (#+unzip)
                     ;; would introduce a cycle.
-                    ("unzip" (invoke "unzip" #+source)))
+                    (invoke "unzip" #+source))
                    (else
                     (copy-file #+source name)
                     (when command
-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#47203; Package guix-patches. (Thu, 22 Apr 2021 08:26:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Danny Milosavljevic <danny.milo <at> datacom.wien>
Cc: 47203 <at> debbugs.gnu.org
Subject: Re: bug#47203: [PATCH] packages: Fix patch-and-repack for ZIP files.
Date: Thu, 22 Apr 2021 10:25:03 +0200
Hi,

Danny Milosavljevic <danny.milo <at> datacom.wien> skribis:

> * guix/packages.scm (patch-and-repack): Fix for ZIP files.

Applied on your behalf to ‘core-updates’.  Thanks!

Ludo’.




Added tag(s) fixed. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 22 Apr 2021 08:26:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 47203 <at> debbugs.gnu.org and Danny Milosavljevic <danny.milo <at> datacom.wien> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 22 Apr 2021 08:26:03 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. (Thu, 20 May 2021 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 339 days ago.

Previous Next


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