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:
Sharlatan Hellseher 2024-12-13 17:00:06 +00:00
parent 87333afac4
commit a00a3980a6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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