gnu: go-golang-zx2c4-com-wireguard: Disable tests.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Disable tests. Change-Id: I338b804d4848afd28d24ae31500eaa258e0a8454master
parent
84ef00efdf
commit
75bf706de5
|
@ -7813,7 +7813,10 @@ additions.")
|
|||
"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))
|
||||
|
|
Reference in New Issue