summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nongnu/packages/editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/editors.scm b/nongnu/packages/editors.scm
index d96269f..4d19646 100644
--- a/nongnu/packages/editors.scm
+++ b/nongnu/packages/editors.scm
@@ -44,9 +44,9 @@
#:phases
#~(modify-phases %standard-phases
(replace 'unpack
- (lambda _
+ (lambda* (#:key source #:allow-other-keys)
(mkdir-p "opt/vscodium")
- (invoke "tar" "-xvf" #$source "-C" "opt/vscodium")))
+ (invoke "tar" "-xvf" source "-C" "opt/vscodium")))
(add-before 'install-wrapper 'install-entrypoint
(lambda _
(let* ((bin (string-append #$output "/bin")))