[PATCH] packages: Fix patch-and-repack for ZIP files.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

D
D
Danny Milosavljevic wrote on 16 Mar 2021 17:56
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . danny.milo@datacom.wien)
20210317005638.3644-1-danny.milo@datacom.wien
* guix/packages.scm (patch-and-repack): Fix for ZIP files.
---
guix/packages.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
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
L
L
Ludovic Courtès wrote on 22 Apr 2021 01:25
(name . Danny Milosavljevic)(address . danny.milo@datacom.wien)(address . 47203@debbugs.gnu.org)
87sg3i20bk.fsf@gnu.org
Hi,

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

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

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

Ludo’.
L
L
Ludovic Courtès wrote on 22 Apr 2021 01:25
control message for bug #47203
(address . control@debbugs.gnu.org)
87r1j220b7.fsf@gnu.org
tags 47203 fixed
close 47203
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47203@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47203
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch