mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
14b392a8ad
commit
69447b6393
1 changed files with 2 additions and 1 deletions
|
@ -543,7 +543,8 @@ (define (process-directory directory output)
|
|||
|
||||
(mkdir #$output)
|
||||
(chdir #+module-tree)
|
||||
(process-directory "." #$output))))
|
||||
(process-directory "." #$output)
|
||||
(newline))))
|
||||
|
||||
(computed-file name build
|
||||
#:guile guile-for-build
|
||||
|
|
Loading…
Reference in a new issue