mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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
This commit is contained in:
parent
959314f895
commit
50dbe8cb37
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue