mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5edee68e49
commit
ed7ec7940e
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue