guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b10b63bd0023ba887a869e375616a12e8d6df86b
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Mar 8 11:03:01 2026 +0300
gnu: go-k8s-io-kube-openapi: Fix whitespace issues.
* gnu/packages/golang-web.scm (go-k8s-io-kube-openapi): Fix whitespace
issues.
Change-Id: Ib9d085a782bb3a306e98d032b331e9a48b5404e2
---
gnu/packages/golang-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 3393e53e6c..edc5267f61 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -18073,7 +18073,7 @@ docs}.")
#:import-path "k8s.io/kube-openapi"
#:test-flags
;; [email protected] forces vet, but tests are not ready yet.
- #~(list "-vet=off"
+ #~(list "-vet=off"
;; It tries to regenerate the test data.
"-skip" "TestGenerators")))
(native-inputs