From 9cfcaf82649b4adc5b95919a5480e158a7ae818c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 8 Mar 2026 08:39:10 +0000 Subject: [PATCH] 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))