sharlatan pushed a commit to branch go-team
in repository guix.

commit aa277b880ceee5fd1813d51238befe364b53adf9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 23 12:11:06 2025 +0000

    gnu: go-hclogvet: Fix build.
    
    * gnu/packages/golang-xyz.scm (go-hclogvet) [propagated-inputs]: Do not
    overwrite and just inherit all.
    
    Change-Id: I7ada9851d22bff9df7e9e39961a5e694c67de102
---
 gnu/packages/golang-xyz.scm | 2 --
 1 file changed, 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

Reply via email to