summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 9afe6e3..46b9dba 100644
--- a/guix.scm
+++ b/guix.scm
@@ -69,7 +69,7 @@ newspace."
(substitute* "emacs-anywhere"
(("@XDOTOOL_BIN@") (which "xdotool")))))
(add-before 'install 'install-shell-script
- (lambda* (#:key outputs #:allow-other-keys)
+ (lambda* (#:key outputs #:allow-other-keys)
(install-file "emacs-anywhere"
(string-append (assoc-ref outputs "out")
"/bin")))))))