From ed7ec7940ee5fa0deb1d6710bc74a4cb0d623c1a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 12 Dec 2024 23:53:10 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index b3c2e05de17f9e77a81445ed04762cb62c4e7ab6..b8a9db582f628613e44189117c7157616457b8ef 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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