mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +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:
parent
4919b8aefb
commit
6d62353187
1 changed files with 2 additions and 0 deletions
|
@ -3632,6 +3632,8 @@ more tangible.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/d4l3k/messagediff"))
|
#:import-path "github.com/d4l3k/messagediff"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-net))
|
||||||
(home-page "https://github.com/d4l3k/messagediff")
|
(home-page "https://github.com/d4l3k/messagediff")
|
||||||
(synopsis "Diff arbitrary Go structs")
|
(synopsis "Diff arbitrary Go structs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue