summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2020-04-28 14:14:21 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2020-05-05 16:08:32 +0200
commitfd1351ab0a209fb2cd3bd4de04fb9e2a515dea31 (patch)
tree793a48468d101089ab0a1ee26fb2c83c406b5d91
parent78fbf2bd70e8af00a3ce5b05a5e25258e34f84cc (diff)
downloadpatches-fd1351ab0a209fb2cd3bd4de04fb9e2a515dea31.tar
patches-fd1351ab0a209fb2cd3bd4de04fb9e2a515dea31.tar.gz
build: store-copy: Export file-size procedure.
* guix/build/store-copy.scm (file-size): Export it.
-rw-r--r--guix/build/store-copy.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build/store-copy.scm b/guix/build/store-copy.scm
index 549aa4f28b..ad551bca98 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))