From 39f0bd003b25363beb8f46311afc4c3eee81e638 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 3 Sep 2024 20:47:26 +0100 Subject: 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: - #: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)) -- cgit v1.2.3