import: go: Autoload (htmlprag).

Fixes <https://bugs.gnu.org/47924>.
Reported by Carl Dong <contact@carldong.me>.

* guix/import/go.scm: Autoload (htmlprag).
This commit is contained in:
Ludovic Courtès 2021-04-22 15:20:59 +02:00 committed by Maxim Cournoyer
parent 9406bb12ee
commit 68a4ca148b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -33,7 +33,7 @@ (define-module (guix import go)
#:use-module (guix http-client)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix memoization)
#:use-module (htmlprag) ;from Guile-Lib
#:autoload (htmlprag) (html->sxml) ;from Guile-Lib
#:autoload (guix git) (update-cached-checkout)
#:autoload (gcrypt hash) (open-hash-port hash-algorithm sha256)
#:autoload (guix serialization) (write-file)