guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40955] [PATCH 1/5] build: store-copy: Export file-size procedure.


From: Mathieu Othacehe
Subject: [bug#40955] [PATCH 1/5] build: store-copy: Export file-size procedure.
Date: Wed, 29 Apr 2020 10:47:52 +0200

* 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 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))
 
-- 
2.26.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]