diff options
-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 |