summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/packages.scm2
1 files changed, 1 insertions, 1 deletions
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