summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-23 12:11:06 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-23 12:11:06 +0000
commitaa277b880ceee5fd1813d51238befe364b53adf9 (patch)
tree5887daa84803fcbbf63b02bf6e3225f85321e830
parent677f665137c02023a8ff16b9fe14a67d0f78cb12 (diff)
gnu: go-hclogvet: Fix build.
* gnu/packages/golang-xyz.scm (go-hclogvet) [propagated-inputs]: Do not overwrite and just inherit all. Change-Id: I7ada9851d22bff9df7e9e39961a5e694c67de102
-rw-r--r--gnu/packages/golang-xyz.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c6aa99f65a..df26f1509d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17062,8 +17062,6 @@ linter that verifies correct usage of Fx."))))
#:import-path "github.com/hashicorp/go-hclog/hclogvet"
#:unpack-path "github.com/hashicorp/go-hclog"
#:install-source? #f))
- (propagated-inputs
- (list go-golang-org-x-tools))
(description
"@code{hclogvet} is a @code{go vet} tool for checking that the
Trace/Debug/Info/Warn/Error methods on @code{hclog.Logger} are used