diff mbox series

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

Message ID 20210317005638.3644-1-danny.milo@datacom.wien
State Accepted
Headers show
Series [bug#47203] packages: Fix patch-and-repack for ZIP files. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Danny Milosavljevic March 17, 2021, 12:56 a.m. UTC
* guix/packages.scm (patch-and-repack): Fix for ZIP files.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès April 22, 2021, 8:25 a.m. UTC | #1
Hi,

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

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

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

Ludo’.
diff mbox series

Patch

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