~ruther/guix-local

ed7ec7940ee5fa0deb1d6710bc74a4cb0d623c1a — Sharlatan Hellseher 1 year, 5 months ago 5edee68
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
1 files changed, 3 insertions(+), 5 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +3 -5
@@ 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