diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-23 12:11:06 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-23 12:11:06 +0000 |
commit | aa277b880ceee5fd1813d51238befe364b53adf9 (patch) | |
tree | 5887daa84803fcbbf63b02bf6e3225f85321e830 | |
parent | 677f665137c02023a8ff16b9fe14a67d0f78cb12 (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.scm | 2 |
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 |