guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/20: import: go: Autoload (htmlprag).


From: guix-commits
Subject: 10/20: import: go: Autoload (htmlprag).
Date: Sun, 25 Apr 2021 08:37:54 -0400 (EDT)

civodul pushed a commit to branch version-1.3.0
in repository guix.

commit 68a4ca148b8820d424d18a200626ed00bb41543d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 22 15:20:59 2021 +0200

    import: go: Autoload (htmlprag).
    
    Fixes <https://bugs.gnu.org/47924>.
    Reported by Carl Dong <contact@carldong.me>.
    
    * guix/import/go.scm: Autoload (htmlprag).
---
 guix/import/go.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/go.scm b/guix/import/go.scm
index 71f2316..d110954 100644
--- a/guix/import/go.scm
+++ b/guix/import/go.scm
@@ -33,7 +33,7 @@
   #: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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]