diff options
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"))))))) |
