From d41a383ef2197dcfc42a71dac6ec787ee6e965d0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 5 Apr 2026 00:18:39 +0200 Subject: svn-download: Add missing module import for SWH fallback. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Merges: #7674 --- guix/svn-download.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +;;; Copyright © 2014-2016, 2019, 2021-2024, 2026 Ludovic Courtès ;;; Copyright © 2014 Sree Harsha Totakura ;;; Copyright © 2017, 2019, 2021 Ricardo Wurmus ;;; @@ -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 -- cgit v1.3