guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit d861ebd6326ef514f542e108ba2b21c3271d66dd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 8 08:39:10 2026 +0000
gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix tests.
* gnu/packages/golang-xyz.scm
(go-github-com-matttproud-golang-protobuf-extensions-v2):
[native-inputs]: Add go-github-com-google-go-cmp.
Change-Id: If928bf66e021f6a1f6f277673bed189d656f9bf0
---
gnu/packages/golang-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 73c3da047e..0a6fad1476 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17652,6 +17652,8 @@ other directories. It is optimized for filewalking.")
(list
#:import-path "github.com/matttproud/golang_protobuf_extensions/v2"
#:skip-build? #t))
+ (native-inputs
+ (list go-github-com-google-go-cmp))
(propagated-inputs
(list go-github-com-golang-protobuf
go-google-golang-org-protobuf))