diff options
-rw-r--r-- | ravanan/command-line-tool.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm index d55eb7d..0edbcb0 100644 --- a/ravanan/command-line-tool.scm +++ b/ravanan/command-line-tool.scm @@ -899,7 +899,7 @@ named @var{name} with @var{inputs} using tools from Guix manifest ;; others. (map (match-lambda ((entry-name entry) - (call-with-input-file entry-name + (call-with-output-file entry-name (cut put-string <> entry)))) (list #$@(from-maybe (maybe-bind |