diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-08 11:03:01 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-08 11:11:46 +0300 |
| commit | b10b63bd0023ba887a869e375616a12e8d6df86b (patch) | |
| tree | 501fce3dcd59dbc8bf507286cdb46e805fb18e56 | |
| parent | b7e14355934eeba2439533cc587ca631a8c7a0c5 (diff) | |
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
| -rw-r--r-- | gnu/packages/golang-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 3393e53e6cc..edc5267f61c 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 ;; Go@1.24 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 |
