diff options
Diffstat (limited to 'guix/self.scm')
-rw-r--r-- | guix/self.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/self.scm b/guix/self.scm index 76cbe2d6e3..dbe942cf23 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -543,7 +543,8 @@ list of file-name/file-like objects suitable as inputs to 'imported-files'." (mkdir #$output) (chdir #+module-tree) - (process-directory "." #$output)))) + (process-directory "." #$output) + (newline)))) (computed-file name build #:guile guile-for-build |