mothacehe pushed a commit to branch wip-disk-image
in repository guix.
commit f566045125d139dfa4c3bcd32eebf2e1f2d1b58b
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Tue Apr 28 14:14:21 2020 +0200
build: store-copy: Export file-size procedure.
* guix/build/store-copy.scm (file-size): Export it.
---
guix/build/store-copy.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/build/store-copy.scm b/guix/build/store-copy.scm
index 549aa4f..ad551bc 100644
--- a/guix/build/store-copy.scm
+++ b/guix/build/store-copy.scm
@@ -35,6 +35,7 @@
read-reference-graph
+ file-size
closure-size
populate-store))