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

commit 84610fac9ceaa0dc53ae7f481e52d407fae4605b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 15 12:43:01 2024 +0000

    gnu: go-github-com-hashicorp-hcl: Fix build.
    
    * gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl)
    [arguments]<test-subdirs>: Provide subdirs where most of the tests are
    passed, exclude "parser".
    
    Change-Id: I734f187f3356161e9f8f65614706c26989723060
---
 gnu/packages/golang-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6699a9e556..5cff91439b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4748,7 +4748,10 @@ overhead is linear with the size of the cache.")
     (build-system go-build-system)
     (arguments
      (list
-      #:import-path "github.com/hashicorp/hcl"))
+      #:import-path "github.com/hashicorp/hcl"
+      #:test-subdirs
+      #~(list "json/..." "hcl/ast" "hcl/fmtcmd" "hcl/printer" "hcl/scanner"
+              "hcl/strconv" "hcl/token" ".")))
     (native-inputs
      (list go-github-com-davecgh-go-spew))
     (synopsis "Go implementation of HashiCorp Configuration Language V1")

Reply via email to