self: Display a new line at the end of module compilation.

* guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the
end.
This commit is contained in:
Ludovic Courtès 2018-04-10 14:34:59 +02:00
parent 14b392a8ad
commit 69447b6393
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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