guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7a85866a5bdc5a8e0653a5ebb676213e69db0392
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jul 28 13:39:40 2025 +0300
download: Remove extra export.
* guix/build/download.scm: Remove byte-count->string export, which isn't
defined in this file.
Change-Id: Ia11cc4b4595ef1994d0bea85c1a7b4d9d2ce6e3e
---
guix/build/download.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/guix/build/download.scm b/guix/build/download.scm
index 74b7486b7b..de8922f6e2 100644
--- a/guix/build/download.scm
+++ b/guix/build/download.scm
@@ -51,7 +51,6 @@
resolve-uri-reference
maybe-expand-mirrors
url-fetch
- byte-count->string
uri-abbreviation
nar-uri-abbreviation
store-path-abbreviation))