all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47203] [PATCH] packages: Fix patch-and-repack for ZIP files.
@ 2021-03-17  0:56 Danny Milosavljevic
  2021-04-22  8:25 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2021-03-17  0:56 UTC (permalink / raw)
  To: 47203; +Cc: Danny Milosavljevic

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#47203] [PATCH] packages: Fix patch-and-repack for ZIP files.
  2021-03-17  0:56 [bug#47203] [PATCH] packages: Fix patch-and-repack for ZIP files Danny Milosavljevic
@ 2021-04-22  8:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-04-22  8:25 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 47203

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-22  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  0:56 [bug#47203] [PATCH] packages: Fix patch-and-repack for ZIP files Danny Milosavljevic
2021-04-22  8:25 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.