gnu: go-github-com-pascaldekloe-goe: Simplify.

* gnu/packages/golang-web.scm (go-github-com-pascaldekloe-goe)
[arguments] <phases>: Use default 'check.

Change-Id: Iefe2d4d8f567bd8e6adbdc9c3e6d2e6a0a380342
This commit is contained in:
Sharlatan Hellseher 2025-06-12 14:41:24 +01:00
parent 0427280368
commit 32d3608635
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7954,16 +7954,8 @@ also be used to manage your stamp collection.")
(arguments
(list
#:go go-1.23
#:import-path "github.com/pascaldekloe/goe"
#:phases
#~(modify-phases %standard-phases
;; XXX: Replace when go-build-system supports nested path.
(delete 'build)
(replace 'check
(lambda* (#:key import-path tests? #:allow-other-keys)
(when tests?
(with-directory-excursion (string-append "src/" import-path)
(invoke "go" "test" "-v" "./..."))))))))
#:skip-build? #t
#:import-path "github.com/pascaldekloe/goe"))
(home-page "https://github.com/pascaldekloe/goe")
(synopsis "Enterprise tooling for Golang")
(description