diff --git a/guix/packages.scm b/guix/packages.scm index 61238a8118..3ae205b22a 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -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