aboutsummaryrefslogtreecommitdiff
path: root/tw/packages/monitoring.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-08-12 14:36:55 +0200
committerTimo Wilken2024-08-12 14:36:55 +0200
commit76de615087ae092084ee7474fdd4f379b0c00aae (patch)
tree8f731554ef1dc06ca453d179ac6f073ffdd9a9f6 /tw/packages/monitoring.scm
parent1c7ab86347d4f3a5c056941fce91a08a38b0a897 (diff)
Follow upstream rename of go-github-com-google-go-cmp
Diffstat (limited to 'tw/packages/monitoring.scm')
-rw-r--r--tw/packages/monitoring.scm4
1 files 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"