diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-25 18:11:17 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-06 23:28:29 +0000 |
commit | 436cd5a62557e51156ed893ada5aa01ad0e631b4 (patch) | |
tree | 979fe637639f7e5b1c5a466d8ea008ccf4a393dc | |
parent | 2477aea26d4c10495149dbbf4afb9c53de3dc5f5 (diff) |
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
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2eb63641f92..98e6739f426 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8770,9 +8770,7 @@ inspired by the causal messaging system in the Pony programming language.") (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 |