~ruther/guix-local

1f770b0dd50f2955cfabda266eec03f6d531ff9f — Sharlatan Hellseher 5 months ago 7ee7609
gnu: matterbridge: Build with go-1.24.

* gnu/packages/messaging.scm (matterbridge)[arguments] <go>: Use default (go-1.24).
<test-flags>: Don't vet during tests.

Change-Id: I3dd7cefb6d9fbd4eef49b80030804ef7cc1981ef
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +2 -2
@@ 3282,11 3282,11 @@ designed for experienced users.")
    (build-system go-build-system)
    (arguments
     (list
      #:go go-1.23
      ;; It helps to resolve <golang.org/x/net/publicsuffix/table.go:63:12>:
      ;; pattern data/children: cannot embed irregular file data/children
      #:embed-files #~(list "children" "nodes" "text")
      #:import-path "github.com/42wim/matterbridge"))
      #:import-path "github.com/42wim/matterbridge"
      #:test-flags #~(list "-vet=off")))
    (inputs (list
             ;; golang.org
             go-golang-org-x-crypto