1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-01-22 21:52:52 +00:00
parent 4919b8aefb
commit 6d62353187
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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