aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-03 20:47:26 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-09 21:33:38 +0000
commit39f0bd003b25363beb8f46311afc4c3eee81e638 (patch)
treec93b4d0445648f95d2c53f3472c6465638f51ce7
parent2d5fef2d595dbe29b34e698fb4b82f33e4e47b2b (diff)
downloadguix-39f0bd003b25363beb8f46311afc4c3eee81e638.tar.gz
guix-39f0bd003b25363beb8f46311afc4c3eee81e638.zip
gnu: go-github-com-jaytaylor-html2text: Enable tests.
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): Enable tests. Change-Id: I014b718d13ce4b266acdb617acc35a3ef9b0ce28
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 1 insertions, 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))