sharlatan pushed a commit to branch go-team
in repository guix.

commit 6d623531870f8ee75c46c0239dcb6f869ef3bff7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 22 21:52:52 2025 +0000

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

Reply via email to