summaryrefslogtreecommitdiff
path: root/bin/evaluate.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/evaluate.in')
-rw-r--r--bin/evaluate.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/evaluate.in b/bin/evaluate.in
index c8d83e6..6a2678e 100644
--- a/bin/evaluate.in
+++ b/bin/evaluate.in
@@ -70,11 +70,13 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
(let* ((proc-name (assq-ref spec #:proc))
(proc (module-ref %user-module proc-name))
(commit (assq-ref spec #:current-commit))
- (args `((revision . ,commit)
- (file-name . ,source)
+ (name (assq-ref spec #:name))
+ (args `((,(string->symbol name)
+ (revision . ,commit)
+ (file-name . ,source))
,@(or (assq-ref spec #:arguments) '())))
(thunks (proc store args))
- (eval `((#:specification . ,(assq-ref spec #:name))
+ (eval `((#:specification . ,name)
(#:revision . ,commit))))
(pretty-print
`(evaluation ,eval