sharlatan pushed a commit to branch go-team
in repository guix.

commit bd8c6ca432fec09995d480d007a4db7163119b2b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 3 20:47:26 2024 +0100

    gnu: go-github-com-jaytaylor-html2text: Enable tests.
    
    * gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): Enable tests.
    
    Change-Id: I014b718d13ce4b266acdb617acc35a3ef9b0ce28
---
 gnu/packages/golang.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 48f815017b..b3a9a1a39e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8005,9 +8005,7 @@ email library.")
                 "14r0ph8w4yxx129kfvj0qbx4cyid65md93qmwlz2cly4iwjnr7w2"))))
     (build-system go-build-system)
     (arguments
-     (list #:import-path "github.com/jaytaylor/html2text"
-           ;; Tests are broken: 
<https://github.com/jaytaylor/html2text/issues/53>
-           #:tests? #f))
+     (list #:import-path "github.com/jaytaylor/html2text"))
     (propagated-inputs (list go-golang-org-x-net
                              go-github-com-olekukonko-tablewriter
                              go-github-com-ssor-bom))

Reply via email to