summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-30 14:32:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-30 21:44:22 +0100
commit4312534fe7a705d49fb25b1f197483aaa59940fc (patch)
treeab3a4aa3c625ee695a3e6ee5689e63e1262f3691
parent781c496dfb0f247a795944b69287ffc93429ac0f (diff)
gnu: go-github-com-huin-goupnp: Simplify.
* gnu/packages/golang-web.scm (go-github-com-huin-goupnp): [phases]{check}: Use default check phase. Change-Id: Iddc521293b49c50bf3364b066314261a2898dee1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-web.scm11
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 50b1069e6e..e99696f068 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10136,16 +10136,7 @@ connected @code{net.TCPConns}.")
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/huin/goupnp"
- #:phases
- #~(modify-phases %standard-phases
- ;; XXX: Run all tests, workaround for go-build-system's lack of Go
- ;; modules support.
- (replace 'check
- (lambda* (#:key tests? import-path #:allow-other-keys)
- (when tests?
- (with-directory-excursion (string-append "src/" import-path)
- (invoke "go" "test" "-v" "./..."))))))))
+ #:import-path "github.com/huin/goupnp"))
(home-page "https://github.com/huin/goupnp")
(propagated-inputs
(list go-golang-org-x-sync))