self: Display a new line at the end of module compilation.
* guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the end.master
parent
14b392a8ad
commit
69447b6393
|
@ -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
|
||||
|
|
Reference in New Issue