summaryrefslogtreecommitdiff
path: root/guix/store.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-09-18 21:37:23 +0200
committerLudovic Courtès <ludo@gnu.org>2018-09-18 23:23:43 +0200
commit000bbe02e21353f30c915d5b88f2de316d3634a1 (patch)
tree32b08f90b75bad7aea6d56e8d2a327eb63ab1545 /guix/store.scm
parent32b3611375b942051c1e35612f630a4879f1247a (diff)
downloadgnu-guix-000bbe02e21353f30c915d5b88f2de316d3634a1.tar
gnu-guix-000bbe02e21353f30c915d5b88f2de316d3634a1.tar.gz
store: Add another missing buffer flush.
This is a followup to 3809824199cdd52446176c9cd4761dd09f732542. * guix/store.scm (add-file-tree-to-store): Add 'write-buffered-output' call.
Diffstat (limited to 'guix/store.scm')
-rw-r--r--guix/store.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/store.scm b/guix/store.scm
index cc5dcef247..f88cdefe87 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -1044,6 +1044,7 @@ an arbitrary directory layout in the store without creating a derivation."
#:file-port file-port
#:symlink-target symlink-target
#:directory-entries directory-entries)
+ (write-buffered-output server)
(let loop ((done? (process-stderr server)))
(or done? (loop (process-stderr server))))
(let ((result (read-store-path port)))