1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-hclogvet: Fix build.

* gnu/packages/golang-xyz.scm (go-hclogvet) [propagated-inputs]: Do not
overwrite and just inherit all.

Change-Id: I7ada9851d22bff9df7e9e39961a5e694c67de102
This commit is contained in:
Sharlatan Hellseher 2025-01-23 12:11:06 +00:00
parent 677f665137
commit aa277b880c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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