diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-28 14:14:21 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-05-05 16:08:32 +0200 |
commit | fd1351ab0a209fb2cd3bd4de04fb9e2a515dea31 (patch) | |
tree | 793a48468d101089ab0a1ee26fb2c83c406b5d91 /guix | |
parent | 78fbf2bd70e8af00a3ce5b05a5e25258e34f84cc (diff) |
build: store-copy: Export file-size procedure.
* guix/build/store-copy.scm (file-size): Export it.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/build/store-copy.scm | 1 |
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)) |