diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-07-28 13:39:40 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-07-28 13:57:56 +0300 |
commit | 7a85866a5bdc5a8e0653a5ebb676213e69db0392 (patch) | |
tree | 60a294d7f606d13456015525a713e9ce098c1dda | |
parent | 7df7dc31f1432d0a8c1d6b6521db6eaebcb654c4 (diff) |
download: Remove extra export.
* guix/build/download.scm: Remove byte-count->string export, which isn't
defined in this file.
Change-Id: Ia11cc4b4595ef1994d0bea85c1a7b4d9d2ce6e3e
-rw-r--r-- | guix/build/download.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |