~ruther/guix-local

6d623531870f8ee75c46c0239dcb6f869ef3bff7 — Sharlatan Hellseher 1 year, 4 months ago 4919b8a
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
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +2 -0
@@ 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