summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-04-05 00:18:39 +0200
committerLudovic Courtès <ludo@gnu.org>2026-04-07 13:26:20 +0200
commitd41a383ef2197dcfc42a71dac6ec787ee6e965d0 (patch)
tree0bfb83e4bb8eeb5b9f67b9108f4f11b2e5268411
parent63db6c8dc7eec301c909c722bafdeeff3e7f5aaa (diff)
svn-download: Add missing module import for SWH fallback.
Fixes a regression introduced in ad8d386168c434b8149beae3838a8f27e487f441, where a call to ‘u8-list->bytevector’ was introduced without the corresponding (rnrs bytevectors) import. * guix/svn-download.scm (svn-fetch-builder): In gexp, add missing (rnrs bytevectors) import. Change-Id: I38a29d94a4645ff24ef44a84196a6040945776b8 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #7674
-rw-r--r--guix/svn-download.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/svn-download.scm b/guix/svn-download.scm
index b20cdc79d1d..f99a326f0b3 100644
--- a/guix/svn-download.scm
+++ b/guix/svn-download.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014-2016, 2019, 2021-2024 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014-2016, 2019, 2021-2024, 2026 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Sree Harsha Totakura <sreeharsha@totakura.in>
;;; Copyright © 2017, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
;;;
@@ -105,6 +105,7 @@
(guix build download-nar)
(guix build utils)
(guix swh)
+ (rnrs bytevectors)
(ice-9 match))
;; Add tar and gzip to $PATH so