mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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
This commit is contained in:
parent
7ee76098fb
commit
1f770b0dd5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue