summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/gexp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/gexp.scm b/guix/gexp.scm
index 40346b61e1..25e4881d21 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -454,9 +454,9 @@ appears."
(with-syntax ((location (datum->syntax s (syntax-source s))))
#`(%local-file file
(delay (absolute-file-name file (getcwd)))
+ rest ...
#:location 'location
- #:literal? #f
- rest ...)))
+ #:literal? #f)))
((_)
#'(syntax-error "missing file name"))
(id