From 091a9e106ffee463e2b6672461bf39ffe87e320f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 30 Apr 2026 13:39:23 +0100 Subject: gnu: go-go4-org: Add all missing inputs. * gnu/packages/golang-xyz.scm (go-go4-org): [arguments] : Run tests for the whole Go module. [propagated-inputs]: Add go-cloud-google-com-go, go-cloud-google-com-go-storage, and go-google-golang-org-api. [native-inputs]: Add go-github-com-envoyproxy-go-control-plane. Change-Id: I70ae7b9a6c43981a9eefbe83d1e3cb3e6ba0bb48 Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 086c553bff..f30c641732 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -30155,49 +30155,25 @@ organization}.") (list #:skip-build? #t #:import-path "go4.org" - #:test-subdirs - #~(list "bytereplacer/..." - ;; "cloud/..." ; missing packages - "ctxutil/..." - "errorutil/..." - "fault/..." - "jsonconfig/..." - "legal/..." - "lock/..." - "media/..." - "must/..." - "net/..." - "net/throttle/..." - "oauthutil/..." - "osutil/..." - "readerutil/..." - "reflectutil/..." - "rollsum/..." - "sort/..." - "strutil/..." - "syncutil/..." - "testing/..." - "testing/functest/..." - "types/..." - ;; "wkfs/..." ; missing packages - "writerutil/..." - "xdgdir/...") + #:test-flags #~(list "-vet=off") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'remove-examples (lambda* (#:key import-path #:allow-other-keys) (with-directory-excursion (string-append "src/" import-path) (for-each delete-file - (find-files "." "example.*_test\\.go$")))))) - #:test-flags #~(list "-vet=off"))) + (find-files "." "example.*_test\\.go$")))))))) + (native-inputs + ;; XXX: Remove when cycle is fixed. + (list go-github-com-envoyproxy-go-control-plane)) (propagated-inputs - (list ;; go-cloud-google-com-go - ;; go-cloud-google-com-go-storage + (list go-cloud-google-com-go + go-cloud-google-com-go-storage go-github-com-rwcarlsen-goexif go-golang-org-x-net go-golang-org-x-oauth2 go-golang-org-x-sys - #; go-google-golang-org-api)) + go-google-golang-org-api)) (home-page "https://github.com/go4org/go4") (synopsis "Collection of packages for Go programmers") (description -- cgit v1.3