gnu: go-golang-zx2c4-com-wireguard: Disable tests.

* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Disable tests.

Change-Id: I338b804d4848afd28d24ae31500eaa258e0a8454
This commit is contained in:
Sharlatan Hellseher 2024-07-12 22:25:45 +01:00
parent 84ef00efdf
commit 75bf706de5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7813,7 +7813,10 @@ (define-public go-golang-zx2c4-com-wireguard
"09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
(build-system go-build-system)
(arguments
'(#:import-path "golang.zx2c4.com/wireguard"))
'(;; XXX: Failed on newer version of Golang, the recent release requires
;; gvisor.dev/gvisor, which is huge to pack.
#:tests? #f
#:import-path "golang.zx2c4.com/wireguard"))
(propagated-inputs
(list go-golang-org-x-crypto go-golang-org-x-net go-golang-org-x-sys
go-golang-org-x-text))