diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-14 14:54:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-14 15:44:51 +0200 |
commit | 689d529e744bf745d64636dc57aea5189607172d (patch) | |
tree | ac985313825718d3b5f59f0343ea27f870efeab9 /guix/build | |
parent | f9a506aa6a5aaeb2c06c97d5b663d01d2103db69 (diff) |
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'.
Diffstat (limited to 'guix/build')
-rw-r--r-- | guix/build/download.scm | 2 |
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 |