mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-rs-zerolog: Fix build.
* gnu/packages/golang-xyz.scm (go-github-com-rs-zerolog) [arguments]<test-flags>: Skip one test. [propagated-inputs]: Add go-golang-org-x-tools. Change-Id: I1a7d8e276283c7b3669d3eae2ccf34a9a6ad3598
This commit is contained in:
parent
87333afac4
commit
a00a3980a6
1 changed files with 6 additions and 2 deletions
|
@ -7816,12 +7816,16 @@ Included are the following:
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/rs/zerolog"))
|
||||
#:import-path "github.com/rs/zerolog"
|
||||
;; Unexpected error write unixgram @234fb->/run/systemd/journal/socket:
|
||||
;; sendmsg: no such file or directory
|
||||
#:test-flags #~(list "-skip" "TestWriteReturnsNoOfWrittenBytes")))
|
||||
(propagated-inputs
|
||||
(list go-github-com-coreos-go-systemd-v22
|
||||
go-github-com-mattn-go-colorable
|
||||
go-github-com-pkg-errors
|
||||
go-github-com-rs-xid))
|
||||
go-github-com-rs-xid
|
||||
go-golang-org-x-tools))
|
||||
(home-page "https://github.com/rs/zerolog")
|
||||
(synopsis "Zero Allocation JSON Logger")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue