1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-03-08 08:39:10 +00:00
committed by Andreas Enge
parent 0efe2faede
commit 9cfcaf8264

View File

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