packages: Fix patch-and-repack for ZIP files.
* guix/packages.scm (patch-and-repack): Fix for ZIP files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
1010171280
commit
d115747362
|
@ -751,7 +751,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
|
||||
|
|
Reference in New Issue