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>
This commit is contained in:
		
							parent
							
								
									1010171280
								
							
						
					
					
						commit
						d115747362
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 a new issue