mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-cheggaaa-pb-v3: Enable tests.
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Enable tests. [arguments] <#:tests?>: Set to true. <#:unpack-path>: Set unpack-path to the repository root. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic8b64dcf4717ff6a163d8a674e5e7c2c6d162b98
This commit is contained in:
parent
2477aea26d
commit
436cd5a625
1 changed files with 1 additions and 3 deletions
|
@ -8770,9 +8770,7 @@ (define-public go-github-com-cheggaaa-pb-v3
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/cheggaaa/pb/v3"
|
||||
;; XXX: it does have tests but I'm not sure how to run them.
|
||||
;; go-build-system is looking in the wrong directory.
|
||||
#:tests? #f))
|
||||
#:unpack-path "github.com/cheggaaa/pb"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys
|
||||
go-github-com-rivo-uniseg
|
||||
|
|
Loading…
Reference in a new issue