mothacehe pushed a commit to branch master
in repository guix.

commit fd1351ab0a209fb2cd3bd4de04fb9e2a515dea31
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))
 

Reply via email to