diff options
Diffstat (limited to 'gnu/packages/golang-web.scm')
| -rw-r--r-- | gnu/packages/golang-web.scm | 11 |
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)) |
