aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ravanan/command-line-tool.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm
index ff6c4e7..1b40f3b 100644
--- a/ravanan/command-line-tool.scm
+++ b/ravanan/command-line-tool.scm
@@ -781,8 +781,9 @@ named @var{name} with @var{inputs} using tools from Guix manifest
other-outputs)
'#$(map (cut assoc-ref <> "type")
other-outputs)
- '#$(map output-binding-glob
- other-outputs)))))
+ (list #$@(map (compose coerce-expression
+ output-binding-glob)
+ other-outputs))))))
out
#:pretty #t)
(newline out)))))