guix-commits
[Top][All Lists]
Advanced

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

07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests.


From: guix-commits
Subject: 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests.
Date: Tue, 5 Nov 2024 16:04:45 -0500 (EST)

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

commit 50c4dabb1845a1185182fc5d76b7e30a3a1482a2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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 1ff46d8e34..014a347771 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8032,9 +8032,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

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