diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-12 22:25:45 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:51 +0100 |
commit | 75bf706de5664ea00edc98ab9839b71f52023af9 (patch) | |
tree | 60ebbdd47373eb3d6e68df3a6dc88968e476c6ae /gnu/packages/golang.scm | |
parent | 84ef00efdfa3dd0a8fd91d91a73ff0faf7494199 (diff) | |
download | guix-75bf706de5664ea00edc98ab9839b71f52023af9.tar guix-75bf706de5664ea00edc98ab9839b71f52023af9.tar.gz |
gnu: go-golang-zx2c4-com-wireguard: Disable tests.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Disable tests.
Change-Id: I338b804d4848afd28d24ae31500eaa258e0a8454
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 083c597e22..f7c79e3e08 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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)) |