summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-22 21:52:52 +0000
committerSharlatan Hellseher <[email protected]>2025-01-22 21:52:57 +0000
commit6d623531870f8ee75c46c0239dcb6f869ef3bff7 (patch)
treef09d998780ed3dec75df733f071b210c15113042
parent4919b8aefb00909a4d56b04137800421b91a14a6 (diff)
gnu: go-github-com-d4l3k-messagediff: Fix build.
* gnu/packages/golang-xyz.scm (go-github-com-d4l3k-messagediff): [propagated-inputs]: Add go-golang-org-x-net. Change-Id: I795ec6178c18c1e32a659c3ca80029a43e1da75e
-rw-r--r--gnu/packages/golang-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f75730dceb..3bc52b1b15 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3632,6 +3632,8 @@ more tangible.")
(arguments
(list
#:import-path "github.com/d4l3k/messagediff"))
+ (propagated-inputs
+ (list go-golang-org-x-net))
(home-page "https://github.com/d4l3k/messagediff")
(synopsis "Diff arbitrary Go structs")
(description