gnu: go-github-com-sirupsen-logrus: Adjust inputs.

* gnu/packages/golang-xyz.scm (go-github-com-sirupsen-logrus)
[propagated-inputs]: Remove go-github-com-davecgh-go-spew,
go-github-com-pmezard-go-difflib, go-github-com-stretchr-testify, and
go-golang-org-x-crypto.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: I005f0f7046747884588e84d29631a58f2d92e9a8
This commit is contained in:
Sharlatan Hellseher 2024-12-12 23:53:10 +00:00
parent 5edee68e49
commit ed7ec7940e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7974,12 +7974,10 @@ sensors).")
;; The tests fail when run with gccgo.
(false-if-exception (search-input-file inputs "/bin/gccgo"))
(apply (assoc-ref %standard-phases 'check) args)))))))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-davecgh-go-spew
go-github-com-pmezard-go-difflib
go-github-com-stretchr-testify
go-golang-org-x-crypto
go-golang-org-x-sys))
(list go-golang-org-x-sys))
(home-page "https://github.com/sirupsen/logrus")
(synopsis "Structured, pluggable logging for Go")
(description "Logrus is a structured logger for Go, completely API