summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-10-14 14:54:49 +0200
committerLudovic Courtès <ludo@gnu.org>2021-10-14 15:44:51 +0200
commit689d529e744bf745d64636dc57aea5189607172d (patch)
treeac985313825718d3b5f59f0343ea27f870efeab9
parentf9a506aa6a5aaeb2c06c97d5b663d01d2103db69 (diff)
downloadguix-689d529e744bf745d64636dc57aea5189607172d.tar.gz
download: Add missing autoload.
This is a followup to 6d02a994f911a75e3a223a22c05c2939cdfed2b5, which
left '%verify-swh-certificate?' unbound.

* guix/build/download.scm: Autoload for '%verify-swh-certificate'.
-rw-r--r--guix/build/download.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/download.scm b/guix/build/download.scm
index fd8fe69901..f1943328d0 100644
--- a/guix/build/download.scm
+++ b/guix/build/download.scm
@@ -36,7 +36,7 @@
   #:use-module (srfi srfi-26)
   #:autoload   (ice-9 ftw) (scandir)
   #:autoload   (guix base16) (bytevector->base16-string)
-  #:autoload   (guix swh) (swh-download-directory)
+  #:autoload   (guix swh) (swh-download-directory %verify-swh-certificate?)
   #:use-module (ice-9 match)
   #:use-module (ice-9 format)
   #:export (open-socket-for-uri