diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index ad9d30a1ab..7fb4924940 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")