From 76de615087ae092084ee7474fdd4f379b0c00aae Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 12 Aug 2024 14:36:55 +0200 Subject: Follow upstream rename of go-github-com-google-go-cmp --- tw/packages/monitoring.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tw/packages/monitoring.scm b/tw/packages/monitoring.scm index 3cc60ea6..f832d995 100644 --- a/tw/packages/monitoring.scm +++ b/tw/packages/monitoring.scm @@ -132,7 +132,7 @@ following this README on a Linux machine running systemd: (build-system go-build-system) (arguments `(#:import-path ,(string-append "google.golang.org/protobuf/" subpath) #:unpack-path "google.golang.org/protobuf")) - (native-inputs (list go-github-com-google-go-cmp-cmp)) ; for unit tests + (native-inputs (list go-github-com-google-go-cmp)) ; for unit tests (synopsis "Go support for Google's protocol buffers") (description "This project hosts the Go implementation for @url{https://developers.google.com/protocol-buffers, protocol buffers}, which @@ -194,7 +194,7 @@ themselves.") "types/descriptorpb" "proto")))) (native-inputs - (cons* go-github-com-google-go-cmp-cmp + (cons* go-github-com-google-go-cmp (map protobuf-subpackage '("testing/protopack" "types/known/anypb" -- cgit v1.2.3