mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0427280368
commit
32d3608635
1 changed files with 2 additions and 10 deletions
|
@ -7954,16 +7954,8 @@ also be used to manage your stamp collection.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:go go-1.23
|
#:go go-1.23
|
||||||
#:import-path "github.com/pascaldekloe/goe"
|
#:skip-build? #t
|
||||||
#:phases
|
#:import-path "github.com/pascaldekloe/goe"))
|
||||||
#~(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" "./..."))))))))
|
|
||||||
(home-page "https://github.com/pascaldekloe/goe")
|
(home-page "https://github.com/pascaldekloe/goe")
|
||||||
(synopsis "Enterprise tooling for Golang")
|
(synopsis "Enterprise tooling for Golang")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue