mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
hg-download: Make (guix swh) output visible.
* guix/hg-download.scm (hg-fetch)[build]: Add 'setvbuf' calls.
This commit is contained in:
parent
69d7333217
commit
0b535f7b8b
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f."
|
|||
(((names dirs outputs ...) ...)
|
||||
dirs)))
|
||||
|
||||
(setvbuf (current-output-port) 'line)
|
||||
(setvbuf (current-error-port) 'line)
|
||||
|
||||
(or (hg-fetch '#$(hg-reference-url ref)
|
||||
'#$(hg-reference-changeset ref)
|
||||
#$output
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue